MappingKey constructor

MappingKey({
  1. required Type source,
  2. required Type target,
})

Implementation

MappingKey({required this.source, required this.target});