itemType property

String? itemType
override

Implementation

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

Implementation

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