toListOfProcedureFromJson method

List<Procedure> toListOfProcedureFromJson()

Implementation

List<Procedure> toListOfProcedureFromJson() =>
    whereJsonMap().map(Procedure.fromJson).toList();