shortName property

String? get shortName
override

Implementation

String? get shortName => _$this._shortName;
set shortName (covariant String? shortName)
covariantoverride

Implementation

set shortName(covariant String? shortName) => _$this._shortName = shortName;