code property

  1. @JsonKey.new(name: 'Code')
String? get code
inherited

A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

Implementation

@JsonKey(name: 'Code')
String? get code => throw _privateConstructorUsedError;