clip property
override
Gets the value of "clip"
Implementation
String get clip => this._clip;
override
Sets the value of "clip"
Implementation
set clip(String? value) {
_clip = 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 "clip"
String get clip => this._clip;
Sets the value of "clip"
set clip(String? value) {
_clip = value == null ? '' : value;
}