value property

  1. @JsonKey(name: r'value')
String value
final

Value that corresponds to the operation, for example an Increment or Decrement step, Add or Remove value.

Implementation

@JsonKey(name: r'value')
final String value;