brand property

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

Brand for the selected gift card. For example: plastix, hmclub.

Implementation

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