whereByUpUnit method

Iterable<ModelType> whereByUpUnit(
  1. int? upId
)

Implementation

Iterable<ModelType> whereByUpUnit(int? upId) =>
    where((element) => element.upId == upId);