CustomValueFormat<T extends Object> constructor
const
CustomValueFormat<T extends Object> ({})
Implementation
const CustomValueFormat({
required this.applicationId,
this.onDecode,
this.onEncode,
});