type property

String? type

Implementation

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

Implementation

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