cast property

String? cast
getter/setter pair

The cast for the field.

This can any SQL cast type. Examples: - STRING - CHAR - DATE - TIMESTAMP - DATETIME - INT - FLOAT

Implementation

core.String? cast;