brands property

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

The list of brands identified for the card.

Implementation

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