Gets the value of "clip"
Source
String get clip => this._clip;
Sets the value of "clip"
Source
set clip(String value) {
_clip = value == null ? '' : value;
}
Gets the value of "clip"
String get clip => this._clip;
Sets the value of "clip"
set clip(String value) {
_clip = value == null ? '' : value;
}