storeDateTimesAsText property

bool storeDateTimesAsText
final

Whether these type mappings have been configured to store date time values as text.

When false (the default), date times values are stored as unix timestamps with second accuracy. When true, date time values are stored as an ISO-8601 string.

For more details on the mapping, see the documentation.

Implementation

final bool storeDateTimesAsText;