forId static method

DropOffType forId(
  1. int id
)

Implementation

static DropOffType forId(int id) =>
    values.firstWhere((element) => element.id == id, orElse: () => scheduled);