autoSerializedTypes top-level constant

List<String> const autoSerializedTypes

All datatypes that are serialized by default. Used internally in Serverpod code generation.

Implementation

const autoSerializedTypes = ['int', 'bool', 'double', 'String'];