Converter<Domain extends BasicDomainObject<IntIdentifier>> mixin Null safety

Mixin to implement by an Entity in order to convert it to it's correspondent domain. Generally NOT implemented directly, instead extends the entity from BasicEntityObject.

See BasicEntityObject for simple implementation example

Mixin Applications

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toDomain() → Domain
Convert the current entity to it's correspondent domain.
toString() String
A string representation of this object. [...]
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

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