text property

  1. @JsonKey(name: 'Text')
String? text
inherited

Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts

Implementation

@JsonKey(name: 'Text')
String? get text => throw _privateConstructorUsedError;