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