value property

  1. @BuiltValueField.new(wireName: r'value')
int? get value

The number of transactions.

Implementation

@BuiltValueField(wireName: r'value')
int? get value;