data property

  1. @BuiltValueField.new(wireName: r'data')
BuiltList<PaymentMethod>? get data

The list of supported payment methods and their details.

Implementation

@BuiltValueField(wireName: r'data')
BuiltList<PaymentMethod>? get data;