ClonableExInterface<T> class abstract

The ClonableExInterface definition

Implemented types
Implementers

Constructors

ClonableExInterface()

Properties

fields CloneFields<CloneField>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
jsonClassCode String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterDecodeEx(Map<String, dynamic> json, [dynamic exParam]) → void
afterEncodeEx(Map<String, dynamic> json, [dynamic exParam]) → void
beforeDecodeEx(Map<String, dynamic> json, [dynamic exParam]) → void
beforeEncodeEx(Map<String, dynamic> json, [dynamic exParam]) → void
clone({bool deep = false}) → T
Creates an obj clone.
inherited
createEx(Map<String, dynamic> json, [dynamic exParam]) → T
fromJson(dynamic value) → T?
inherited
fromJsonEx(dynamic json, [dynamic exParam]) → T?
getMap(Map json) → void
Gets the json map values for this instance.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(ClonableBaseInterface<T> obj, {bool deep = false}) → void
Sets this object as a copy of obj
inherited
setMap(Map json, {bool deep = false}) → void
Sets the json map values for this instance.
inherited
toJson() → dynamic
inherited
toJsonEx([dynamic exParam]) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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