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