attributes property

List<Map<String, dynamic>>? attributes
getter/setter pair

Indicates if the model should be timestamped. $timestamps = false; The storage format of the model's date columns. dateFormat = 'U'; const CREATED_AT = 'creation_date'; const UPDATED_AT = 'last_update'; The connection name for the model. connection = 'connection-name'; The model's default values for attributes.

Implementation

List<Map<String, dynamic>>? attributes;