itemType property

String? get itemType
override

Implementation

String? get itemType => _$this._itemType;
set itemType (covariant String? itemType)
covariantoverride

Implementation

set itemType(covariant String? itemType) => _$this._itemType = itemType;