PropertyMapper constructor

const PropertyMapper(
  1. String targetKey, {
  2. dynamic fromJson(
    1. dynamic
    )?,
})

Implementation

const PropertyMapper(this.targetKey, {this.fromJson});