familyParams property

List<ParameterInfo> get familyParams

Params marked with @family annotation - used as provider family key

Implementation

List<ParameterInfo> get familyParams =>
    params.where((p) => p.isFamily).toList();