allowNegativeValue property

  1. @JsonKey(name: 'allowNegativeValue')
bool? allowNegativeValue
getter/setter pair

If true, the value is allowed to go negative.

Implementation

@JsonKey(name:'allowNegativeValue')
bool? allowNegativeValue;