clear property
override
Gets the value of "clear"
Implementation
String get clear => this._clear;
override
Sets the value of "clear"
Implementation
set clear(String? value) {
_clear = value == null ? '' : value;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "clear"
String get clear => this._clear;
Sets the value of "clear"
set clear(String? value) {
_clear = value == null ? '' : value;
}