Aggregations.fromInt constructor

Aggregations.fromInt(
  1. num i
)

Implementation

factory Aggregations.fromInt(num i) =>
    Aggregations.values.firstWhere((x) => x.value == i);