count property

  1. @BuiltValueField.new(wireName: r'count')
String? get count

The number of transactions that can be performed within the given frequency.

Implementation

@BuiltValueField(wireName: r'count')
String? get count;