format property

String? format
getter/setter pair

The format of the data.

Supported formats: for NUMBER type: "float", "double" for INTEGER type: "int32", "int64" for STRING type: "email", "byte", etc

Optional.

Implementation

core.String? format;