custom property

String custom

Implementation

String get custom => _$this._custom;
void custom=(String custom)

Implementation

set custom(String custom) => _$this._custom = custom;