supported property

  1. @BuiltValueField.new(wireName: r'supported')
bool? get supported

Indicates if you support the card brand.

Implementation

@BuiltValueField(wireName: r'supported')
bool? get supported;