text property

  1. @override
String? get text
override

Plain text narrative that identifies the resource in addition to the resource reference.

Implementation

@override
String? get text => textField.getValue(_json);