currency property

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

The currency that the tipping settings apply to.

Implementation

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