aliasType property

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

The type of the card alias. Example: Default

Implementation

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