stringType property

String? stringType
getter/setter pair

You can use String Type annotations 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;