isTokenized property
Indicates whether the account number is tokenized. A tokenized account number is a unique ID generated by a bank to protect the user's actual account number.
Implementation
@BuiltValueField(wireName: r'isTokenized')
bool? get isTokenized;