whereFinal method

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

Implementation

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