menu
sql_commander package
documentation
sql_commander_postgres.dart
IterableDBCommandFromJsonExtension
toListOfDBCommandFromJson method
toListOfDBCommandFromJson method
dark_mode
light_mode
toListOfDBCommandFromJson
method
List
<
DBCommand
>
toListOfDBCommandFromJson
(
)
Implementation
List<DBCommand> toListOfDBCommandFromJson() => whereJsonMap().map(DBCommand.fromJson).toList();
sql_commander package
documentation
sql_commander_postgres
IterableDBCommandFromJsonExtension
toListOfDBCommandFromJson method
IterableDBCommandFromJsonExtension extension on
Iterable