clip property

String clip

Gets the value of "clip"

Implementation

String get clip => this._clip;
void clip= (String value)

Sets the value of "clip"

Implementation

set clip(String value) {
  _clip = value == null ? '' : value;
}