Operators.fromInt constructor

Operators.fromInt(
  1. num i
)

Implementation

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