AssetsExportJobPerformanceData.fromJson constructor

AssetsExportJobPerformanceData.fromJson(
  1. Map json_
)

Implementation

AssetsExportJobPerformanceData.fromJson(core.Map json_)
  : this(maxDays: json_['maxDays'] as core.int?);