clean_core
clean_core
BasicDomainObject
<
T extends IntIdentifier
>
clone method
clone
clone
method
Null safety
T
clone
(
)
override
Implementation
T clone() { throw UnimplementedError("$this don't override super.clone()"); }
clean_core
clean_core
BasicDomainObject
<
T extends IntIdentifier
>
clone method
BasicDomainObject class
Constructors
BasicDomainObject
Properties
hashCode
id
runtimeType
Methods
clone
compareTo
noSuchMethod
toString
Operators
operator ==