$ExportOptions01.fromJson constructor
$ExportOptions01.fromJson(
- Map json_
Implementation
$ExportOptions01.fromJson(core.Map json_)
: this(
exportFormat: json_.containsKey('exportFormat')
? json_['exportFormat'] as core.String
: null,
);