externalValue property

String? get externalValue
inherited

A URL that points to the literal example. The value field and externalValue field are mutually exclusive.

Implementation

dynamic get value;/// A URL that points to the literal example. The `value` field and
/// `externalValue` field are mutually exclusive.
String? get externalValue;