$ExportOptions.fromJson constructor Null safety
- Map _json
Implementation
$ExportOptions.fromJson(core.Map _json)
: this(
exportFormat: _json.containsKey('exportFormat')
? _json['exportFormat'] as core.String
: null,
);