menu
velix_mapper package
documentation
mapper/mapper.dart
MappingKey
MappingKey.new constructor
MappingKey.new constructor
dark_mode
light_mode
MappingKey
constructor
MappingKey
(
{
required
Type
source
,
required
Type
target
,
})
Implementation
MappingKey({required this.source, required this.target});
velix_mapper package
documentation
mapper/mapper
MappingKey
MappingKey.new constructor
MappingKey class