value property
Boolean indicating whether transaction is an international transaction. Possible values: - true: The transaction is an international transaction. - false: The transaction is a domestic transaction.
Implementation
@BuiltValueField(wireName: r'value')
bool? get value;