menu
efsqlite package
documentation
package/models/table.dart
ToMapFunc<T> typedef
ToMapFunc<T> typedef
dark_mode
light_mode
ToMapFunc<
T
>
typedef
ToMapFunc
<
T
> =
Map
<
String
,
dynamic
>
Function
(
T
item
)
Implementation
typedef ToMapFunc<T> = Map<String, dynamic> Function(T item);
efsqlite package
documentation
package/models/table
ToMapFunc<T> typedef
table library