code property

String? get code
override

Implementation

String? get code => _$this._code;
set code (covariant String? code)
covariantoverride

Implementation

set code(covariant String? code) => _$this._code = code;