AssetsExportJobExportCondition.fromJson constructor

AssetsExportJobExportCondition.fromJson(
  1. Map json_
)

Implementation

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