menu
archery
archery/core/orm/pivot_tables.dart
PivotTable
<
T extends Model
,
U extends Model
>
toJson method
toJson
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {"created_at": createdAt, "updated_at": updatedAt}; }
archery
pivot_tables
PivotTable
<
T extends Model
,
U extends Model
>
toJson method
PivotTable class