format property

String? format
getter/setter pair

The format of the data.

For NUMBER type, format can be float or double. For INTEGER type, format can be int32 or int64. For STRING type, format can be email, byte, date, date-time, password, and other formats to further refine the data type.

Optional.

Implementation

core.String? format;