maximum property

List<num> maximum

Implementation

List<num> get maximum => map((e) => e.maximum).whereNotNull().toList();