whereFinal method

Iterable<FieldReflection<O, T>> whereFinal()

Implementation

Iterable<FieldReflection<O, T>> whereFinal() => where((e) => e.isFinal);