ConvertFreezedMode constructor

ConvertFreezedMode(
  1. Map<String, dynamic> json, {
  2. required String className,
  3. required ConvertFreezedOptions options,
})

constructor

Implementation

ConvertFreezedMode(
  this.json, {
  required this.className,
  required this.options,
});