text property

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

A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

Implementation

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