min property

  1. @JsonKey(name: r'min')
double? min
final

Minimum value in the results.

Implementation

@JsonKey(name: r'min')
final double? min;