ClonableBaseInterface<T> class abstract

The ClonableBaseInterface definition

Implemented types
Implementers

Constructors

ClonableBaseInterface()

Properties

fields CloneFields<CloneField>
no setter
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

clone({bool deep = false}) → T
Creates an obj clone.
fromJson(dynamic value) → T?
inherited
getMap(Map json) → void
Gets the json map values for this instance.
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
setMap(Map json, {bool deep = false}) → void
Sets the json map values for this instance.
toJson() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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