getModel method

Model getModel(
  1. String id
)

Implementation

Model getModel(String id) => models.firstWhere((m) => m.id == id);