type property

String? type

Implementation

String? get type => _$this._type;
void type=(String? type)

Implementation

set type(String? type) => _$this._type = type;