ImportProductSetsGcsSource.fromJson constructor

ImportProductSetsGcsSource.fromJson(
  1. Map json_
)

Implementation

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