toListOfDBCommandFromJson method

List<DBCommand> toListOfDBCommandFromJson()

Implementation

List<DBCommand> toListOfDBCommandFromJson() =>
    whereJsonMap().map(DBCommand.fromJson).toList();