brand property

  1. @BuiltValueField.new(wireName: r'brand')
String? get brand

Secondary brand of the card. For example: plastix, hmclub.

Implementation

@BuiltValueField(wireName: r'brand')
String? get brand;