type property

String? type
override

Implementation

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

Implementation

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