ParseValue<T> constructor
const
ParseValue<T> ({
- String? key,
- bool raw = false,
- T? defaultValue,
- ParseIgnore ignore = ParseIgnore.none,
- dynamic keyConverter,
- dynamic converter,
- dynamic entryConverter,
- dynamic fromConverter,
- dynamic toConverter,
Implementation
const ParseValue({
this.key,
this.raw = false,
this.defaultValue,
this.ignore = ParseIgnore.none,
this.keyConverter,
this.converter,
this.entryConverter,
this.fromConverter,
this.toConverter,
});