PropertyParser constructor

const PropertyParser(
  1. FromJsonParserFunction fromJsonParser,
  2. ToJsonParserFunction toJsonParser
)

Implementation

const PropertyParser(this.fromJsonParser, this.toJsonParser);