code property

String? code

Implementation

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

Implementation

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