PropertyMapper constructor
const
PropertyMapper(
- String targetKey, {
- dynamic fromJson(
- dynamic
Implementation
const PropertyMapper(this.targetKey, {this.fromJson});