AutoMappr class final

Annotates class which will be used as base for generated mappr.

Constructors

AutoMappr(List<MapType<Object, Object>> mappers, {List<TypeConverter<Object?, Object?>> converters = const [], List<AutoMapprInterface> includes = const [], List<AutoMapprInterface> delegates = const []})
Constructs AutoMappr.
const

Properties

converters List<TypeConverter<Object?, Object?>>
List of type converters.
final
delegates List<AutoMapprInterface>
List of mapprs used as delegates.
final
hashCode int
The hash code for this object.
no setterinherited
includes List<AutoMapprInterface>
List of mapprs that should be included to this mappr.
final
mappers List<MapType<Object, Object>>
List of mapprs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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