MappingConfig constructor

MappingConfig(
  1. DartObject? source,
  2. bool ignore
)

Implementation

MappingConfig(this.source, this.ignore);