minimum property

List<num> get minimum

Implementation

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