code property

String get code

Implementation

String get code {
  return _code!;
}
set code (String? value)

Implementation

set code(String? value) {
  _code = value;
}