OtterInternal class

this is for generated file to use only!

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

decode<I, O>(O source) → I?
decodeList<I, O>(List<O> sources) List<I>
decodeMap<I, O>(Map<String, O> sources) Map<String, I>
encode<I, O>(I object) → O?
encodeList<I, O>(List<I> objects) List<O>
encodeMap<I, O>(Map<String, I> objects) Map<String, O>
importGeneratedModule(GeneratedJsonModule module) → void