display property

  1. @JsonKey.new(name: 'Display')
String? get display
inherited

A representation of the meaning of the code in the system, following the rules of the system.

Implementation

@JsonKey(name: 'Display')
String? get display => throw _privateConstructorUsedError;