value property
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
Implementation
@JsonKey(name: 'Value')
String? get value => throw _privateConstructorUsedError;
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
@JsonKey(name: 'Value')
String? get value => throw _privateConstructorUsedError;