menu
electricsql package
documentation
satellite.dart
Rel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'foreignKey': foreignKey, 'select': select.toMap(), }; }
electricsql package
documentation
satellite
Rel
toMap method
Rel class