UserAdapter class
Inheritance
- Object
- TypeAdapter<User>
- UserAdapter
Constructors
UserAdapter ()
Properties
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">override</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
typeId → int
Called for type registration
<span class="feature">final</span>
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
read(BinaryReader reader) User
Is called when a value has to be decoded.
<span class="feature">override</span>
toString() String
A string representation of this object.
<span class="feature">inherited</span>
write(BinaryWriter writer, User obj) void
Is called when a value has to be encoded.
<span class="feature">override</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">override</span>