FormatViolation enum
Values
- UNKNOWN → const FormatViolation
- NOT_NULL → const FormatViolation
- NOT_EMPTY → const FormatViolation
- BIC_LENGTH_8_OR_11 → const FormatViolation
- BIC_ONLY_UPPER_CASE_LETTERS → const FormatViolation
- BRANCH_CODE_ONLY_LETTERS_OR_DIGITS → const FormatViolation
- LOCATION_CODE_ONLY_LETTERS_OR_DIGITS → const FormatViolation
- BANK_CODE_ONLY_LETTERS → const FormatViolation
- COUNTRY_CODE_TWO_LETTERS → const FormatViolation
- COUNTRY_CODE_ONLY_UPPER_CASE_LETTERS → const FormatViolation
- COUNTRY_CODE_EXISTS → const FormatViolation
- NATIONAL_CHECK_DIGIT → const FormatViolation
- CHECK_DIGIT_TWO_DIGITS → const FormatViolation
- CHECK_DIGIT_ONLY_DIGITS → const FormatViolation
- BBAN_LENGTH → const FormatViolation
- BBAN_ONLY_UPPER_CASE_LETTERS → const FormatViolation
- BBAN_ONLY_DIGITS_OR_LETTERS → const FormatViolation
- BBAN_ONLY_DIGITS → const FormatViolation
- IBAN_VALID_CHARACTERS → const FormatViolation
- COUNTRY_CODE_NOT_NULL → const FormatViolation
- BANK_CODE_NOT_NULL → const FormatViolation
- ACCOUNT_NUMBER_NOT_NULL → const FormatViolation
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FormatViolation> - A constant List of the values in this enum, in order of their declaration.