minimum property

List<num> minimum

Implementation

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