lastWhereByUpUnit method

ModelType? lastWhereByUpUnit(
  1. int? upId
)

Implementation

ModelType? lastWhereByUpUnit(int? upId) =>
    lastWhereOrNull((element) => element.upId == upId);