code property

String? get code

Implementation

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

Implementation

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