$ExportOptions01.fromJson constructor

$ExportOptions01.fromJson(
  1. Map json_
)

Implementation

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