value property

  1. @JsonKey.new(name: 'Value')
String? get value
inherited

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;