code property

String? code

Implementation

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

Implementation

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