CharacterCode class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

CharacterCode({bool? ansiX34Equipped, bool? japaneseEucEquipped, bool? jisEquipped, bool? latin1Equipped, bool? shiftJisEquipped, bool? ucs2Equipped, bool? ucs4Equipped, bool? utf8Equipped})
const

Properties

ansiX34Equipped bool?
final
hashCode int
The hash code for this object.
no setterinherited
japaneseEucEquipped bool?
final
jisEquipped bool?
final
latin1Equipped bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shiftJisEquipped bool?
final
ucs2Equipped bool?
final
ucs4Equipped bool?
final
utf8Equipped bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic>? json) CharacterCode?