statusType property

String? get statusType
override

Implementation

String? get statusType => _$this._statusType;
set statusType (covariant String? statusType)
covariantoverride

Implementation

set statusType(covariant String? statusType) => _$this._statusType = statusType;