MappingContext class

The mapping context passed to all mapping methods of a mapper.

Implementers
Available Extensions

Constructors

MappingContext({MapperContainer? container, List<Type> args()?})

Properties

args List<Type>
latefinal
container MapperContainer
The container that is used for this mapping call.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

arg(int index, [List<int> argIndices = const []]) Type
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
type(Function factory, [List<Type> args = const []]) Type

Operators

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