ModifiedUtf7Codec class

Constructors

ModifiedUtf7Codec.new()
const

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

decodeText(String text, [Encoding codec = utf8]) String
Decodes the specified text
encodeText(String text) String
Encodes the specified text in Modified UTF7 format. text specifies the text to be encoded.
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