AssetsExportJobExportCondition.fromJson constructor
AssetsExportJobExportCondition.fromJson(
- Map json_
Implementation
AssetsExportJobExportCondition.fromJson(core.Map json_)
: this(filter: json_['filter'] as core.String?);