MapList2List class
@internal
- Inheritance
-
- Object
- Property<
MappingContext> - MapperProperty
- MapList2List
Constructors
- MapList2List({required Mapper mapper, required Type sourceType, required Type targetType, required MapperProperty property, required Function factory})
Properties
- factory → Function
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapper → Mapper
-
final
- mapping ↔ Mapping?
-
getter/setter pair
- polymorphic ↔ bool
-
getter/setter pair
- property → MapperProperty
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceType → Type
-
final
- targetType → Type
-
final
Methods
-
get(
dynamic instance, MappingContext context) → dynamic -
Read a property value given an instance
override
-
getType(
) → Type -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
dynamic instance, dynamic value, MappingContext context) → void -
Write a property value given an instance
override
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
dynamic value) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited