ObjectConverter class abstract

Constructors

ObjectConverter()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

base64Decode(String source) List<int>
base64Encode(List<int> source) String
base64UrlDecode(String source) List<int>
base64UrlEncode(List<int> source) String
jsonDecode(String source) → dynamic
jsonEncode(Object object) String
utf8Decode(List<int> source) String
utf8Encode(String source) List<int>