FilterAppModels typedef

FilterAppModels = List<AppModel?> Function(List<AppModel?> values)

Implementation

typedef FilterAppModels = List<AppModel?> Function(List<AppModel?> values);