firstWhereByUpUnit method

ModelType? firstWhereByUpUnit(
  1. int? upId
)

Implementation

ModelType? firstWhereByUpUnit(int? upId) =>
    firstWhereOrNull((element) => element.upId == upId);