brands property

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

List of possible brands. For example: visa, mc.

Implementation

@BuiltValueField(wireName: r'brands')
BuiltList<String>? get brands;