Mapping constructor

const Mapping({
  1. required String target,
  2. dynamic source,
  3. bool ignore = false,
})

Implementation

const Mapping({required this.target, this.source, this.ignore = false});