subtype property

String? get subtype
override

Implementation

String? get subtype => _$this._subtype;
set subtype (covariant String? subtype)
covariantoverride

Implementation

set subtype(covariant String? subtype) => _$this._subtype = subtype;