Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
const Deprecated.optional([this.message]) : _kind = _DeprecationKind.optional;
(Could have a default message of "pass an argument for this parameter". But that can probably be handled in the warning code, doesn't have to be here.)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const Deprecated.optional([this.message]) : _kind = _DeprecationKind.optional;
(Could have a default message of "pass an argument for this parameter". But that can probably be handled in the warning code, doesn't have to be here.)
Hmm yeah I think it makes sense to leave the default message blank. And the warning code has good text, I think.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Core libs: Introduce Deprecated.optional, a new annotation.
Also correct a copy/paste error in the Deprecated.new doc comment.
Work towards https://github.com/dart-lang/sdk/issues/60504
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |