IssuingNetworkTokenWalletProviderReasonCodesItem extension type

on
Implemented types
Available extensions

Properties

codeUnits List<int>
An unmodifiable list of the UTF-16 code units of this string.
no setterinherited
hashCode int
A hash code derived from the code units of the string.
no setterinherited
isEmpty bool
Whether this string is empty.
no setterinherited
isNotEmpty bool
Whether this string is not empty.
no setterinherited
length int
The length of the string.
no setterinherited
runes Runes
An Iterable of Unicode code-points of this string.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS JSString

Available on String, provided by the StringToJSString extension

Converts this String to a JSString.
no setter

Methods

allMatches(String string, [int start = 0]) Iterable<Match>
Matches this pattern against the string repeatedly.
inherited
codeUnitAt(int index) int
Returns the 16-bit UTF-16 code unit at the given index.
inherited
compareTo(String other) int
Compares this string to other.
inherited
contains(Pattern other, [int startIndex = 0]) bool
Whether this string contains a match of other.
inherited
encodeWith<V>(Encoder<V> encoder) → V
endsWith(String other) bool
Whether this string ends with other.
inherited
indexOf(Pattern pattern, [int start = 0]) int
Returns the position of the first match of pattern in this string, starting at start, inclusive:
inherited
lastIndexOf(Pattern pattern, [int? start]) int
The starting position of the last match pattern in this string.
inherited
matchAsPrefix(String string, [int start = 0]) Match?
Matches this pattern against the start of string.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
padLeft(int width, [String padding = ' ']) String
Pads this string on the left if it is shorter than width.
inherited
padRight(int width, [String padding = ' ']) String
Pads this string on the right if it is shorter than width.
inherited
replaceAll(Pattern from, String replace) String
Replaces all substrings that match from with replace.
inherited
replaceAllMapped(Pattern from, String replace(Match match)) String
Replace all substrings that match from by a computed string.
inherited
replaceFirst(Pattern from, String to, [int startIndex = 0]) String
Creates a new string with the first occurrence of from replaced by to.
inherited
replaceFirstMapped(Pattern from, String replace(Match match), [int startIndex = 0]) String
Replace the first occurrence of from in this string.
inherited
replaceRange(int start, int? end, String replacement) String
Replaces the substring from start to end with replacement.
inherited
split(Pattern pattern) List<String>
Splits the string at matches of pattern and returns a list of substrings.
inherited
splitMapJoin(Pattern pattern, {String onMatch(Match)?, String onNonMatch(String)?}) String
Splits the string, converts its parts, and combines them into a new string.
inherited
startsWith(Pattern pattern, [int index = 0]) bool
Whether this string starts with a match of pattern.
inherited
substring(int start, [int? end]) String
The substring of this string from start, inclusive, to end, exclusive.
inherited
toJson() String
toLowerCase() String
Converts all characters in this string to lower case.
inherited
toString() String
A string representation of this object.
inherited
toUpperCase() String
Converts all characters in this string to upper case.
inherited
trim() String
The string without any leading and trailing whitespace.
inherited
trimLeft() String
The string without any leading whitespace.
inherited
trimRight() String
The string without any trailing whitespace.
inherited

Operators

operator *(int times) String
Creates a new string by concatenating this string with itself a number of times.
inherited
operator +(String other) String
Creates a new string by concatenating this string with other.
inherited
operator ==(Object other) bool
Whether other is a String with the same sequence of code units.
inherited
operator [](int index) String
The character (as a single-code-unit String) at the given index.
inherited

Static Methods

encode<V>(IssuingNetworkTokenWalletProviderReasonCodesItem instance, Encoder<V> encoder) → V

Constants

accountCardTooNew → const IssuingNetworkTokenWalletProviderReasonCodesItem
account_card_too_new
accountRecentlyChanged → const IssuingNetworkTokenWalletProviderReasonCodesItem
account_recently_changed
accountTooNew → const IssuingNetworkTokenWalletProviderReasonCodesItem
account_too_new
accountTooNewSinceLaunch → const IssuingNetworkTokenWalletProviderReasonCodesItem
account_too_new_since_launch
additionalDevice → const IssuingNetworkTokenWalletProviderReasonCodesItem
additional_device
dataExpired → const IssuingNetworkTokenWalletProviderReasonCodesItem
data_expired
deferIdVDecision → const IssuingNetworkTokenWalletProviderReasonCodesItem
defer_id_v_decision
deviceRecentlyLost → const IssuingNetworkTokenWalletProviderReasonCodesItem
device_recently_lost
goodActivityHistory → const IssuingNetworkTokenWalletProviderReasonCodesItem
good_activity_history
hasSuspendedTokens → const IssuingNetworkTokenWalletProviderReasonCodesItem
has_suspended_tokens
highRisk → const IssuingNetworkTokenWalletProviderReasonCodesItem
high_risk
inactiveAccount → const IssuingNetworkTokenWalletProviderReasonCodesItem
inactive_account
longAccountTenure → const IssuingNetworkTokenWalletProviderReasonCodesItem
long_account_tenure
lowAccountScore → const IssuingNetworkTokenWalletProviderReasonCodesItem
low_account_score
lowDeviceScore → const IssuingNetworkTokenWalletProviderReasonCodesItem
low_device_score
lowPhoneNumberScore → const IssuingNetworkTokenWalletProviderReasonCodesItem
low_phone_number_score
networkServiceError → const IssuingNetworkTokenWalletProviderReasonCodesItem
network_service_error
outsideHomeTerritory → const IssuingNetworkTokenWalletProviderReasonCodesItem
outside_home_territory
provisioningCardholderMismatch → const IssuingNetworkTokenWalletProviderReasonCodesItem
provisioning_cardholder_mismatch
provisioningDeviceAndCardholderMismatch → const IssuingNetworkTokenWalletProviderReasonCodesItem
provisioning_device_and_cardholder_mismatch
provisioningDeviceMismatch → const IssuingNetworkTokenWalletProviderReasonCodesItem
provisioning_device_mismatch
sameDeviceNoPriorAuthentication → const IssuingNetworkTokenWalletProviderReasonCodesItem
same_device_no_prior_authentication
sameDeviceSuccessfulPriorAuthentication → const IssuingNetworkTokenWalletProviderReasonCodesItem
same_device_successful_prior_authentication
softwareUpdate → const IssuingNetworkTokenWalletProviderReasonCodesItem
software_update
suspiciousActivity → const IssuingNetworkTokenWalletProviderReasonCodesItem
suspicious_activity
tooManyDifferentCardholders → const IssuingNetworkTokenWalletProviderReasonCodesItem
too_many_different_cardholders
tooManyRecentAttempts → const IssuingNetworkTokenWalletProviderReasonCodesItem
too_many_recent_attempts
tooManyRecentTokens → const IssuingNetworkTokenWalletProviderReasonCodesItem
too_many_recent_tokens