DTOMapper<Source extends DTO, Model> class abstract

Available extensions

Constructors

DTOMapper()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromDTO(Source dto) → Model
fromDTOMany(Iterable<Source> dtoList) Iterable<Model>

Available on DTOMapper<Source, Model>, provided by the DTOMapperExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDTO(Model model) → Source
toDTOMany(Iterable<Model> modelList) Iterable<Source>

Available on DTOMapper<Source, Model>, provided by the DTOMapperExtension extension

toString() String
A string representation of this object.
inherited

Operators

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