ECIEncodings class
ECIEncodings: NONE, ISO_8859_1, ISO_8859_2, ISO_8859_3, ISO_8859_4, ISO_8859_5, ISO_8859_6, ISO_8859_7, ISO_8859_8, ISO_8859_9, ISO_8859_10, ISO_8859_11, ISO_8859_13, ISO_8859_14, ISO_8859_15, ISO_8859_16, Shift_JIS, Win1250, Win1251, Win1252, Win1256, UTF16BE, UTF8, US_ASCII, Big5, GB18030, EUC_KR
Constructors
- ECIEncodings.fromJson(dynamic data)
- Creates a ECIEncodings instance from a JSON representation.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → String? - Returns a JSON representation of ECIEncodings.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- Big5 → ECIEncodings
-
final
- EUC_KR → ECIEncodings
-
final
- GB18030 → ECIEncodings
-
final
- ISO_8859_1 → ECIEncodings
-
final
- ISO_8859_10 → ECIEncodings
-
final
- ISO_8859_11 → ECIEncodings
-
final
- ISO_8859_13 → ECIEncodings
-
final
- ISO_8859_14 → ECIEncodings
-
final
- ISO_8859_15 → ECIEncodings
-
final
- ISO_8859_16 → ECIEncodings
-
final
- ISO_8859_2 → ECIEncodings
-
final
- ISO_8859_3 → ECIEncodings
-
final
- ISO_8859_4 → ECIEncodings
-
final
- ISO_8859_5 → ECIEncodings
-
final
- ISO_8859_6 → ECIEncodings
-
final
- ISO_8859_7 → ECIEncodings
-
final
- ISO_8859_8 → ECIEncodings
-
final
- ISO_8859_9 → ECIEncodings
-
final
- NONE → ECIEncodings
-
final
- Shift_JIS → ECIEncodings
-
final
- US_ASCII → ECIEncodings
-
final
- UTF16BE → ECIEncodings
-
final
- UTF8 → ECIEncodings
-
final
- Win1250 → ECIEncodings
-
final
- Win1251 → ECIEncodings
-
final
- Win1252 → ECIEncodings
-
final
- Win1256 → ECIEncodings
-
final
Static Methods
-
listFromJson(
List json) → List< ECIEncodings> - Converts a list of JSON objects to a list of ECIEncodings instances.