doubleValue property

  1. @JsonKey(name: 'd')
double? doubleValue
final

The Double value that the User Object attribute is compared or {@code null} if the comparator use a different type of value.

Implementation

@JsonKey(name: 'd')
final double? doubleValue;