subtype property

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

A subtype of the token.

Implementation

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