stringType property

String? stringType
getter/setter pair

String Type annotations can be used to specify special meaning to string fields.

The following values are supported: richText: The field must be interpreted as a rich text field. url: A fully qualified url link. resource: A service qualified resource reference.

Optional.

Implementation

core.String? stringType;