$ExportOptions00.fromJson constructor

$ExportOptions00.fromJson(
  1. Map json_
)

Implementation

$ExportOptions00.fromJson(core.Map json_)
  : this(exportFormat: json_['exportFormat'] as core.String?);