casts property
Configuration map defining how to cast specific attributes.
Key: Attribute name. Value: Type identifier (e.g., 'int', 'bool', 'json', 'datetime') or AttributeCast instance. This acts as the schema definition for the model's dynamic data.
Implementation
Map<String, dynamic> get casts => {};