type property

String? get type
override

Implementation

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

Implementation

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