ImportProductSetsGcsSource.fromJson constructor
ImportProductSetsGcsSource.fromJson(
- Map json_
Implementation
ImportProductSetsGcsSource.fromJson(core.Map json_)
: this(
csvFileUri: json_['csvFileUri'] as core.String?,
);