toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final productInformationFilterList = this.productInformationFilterList;
  final resourceType = this.resourceType;
  return {
    'ProductInformationFilterList': productInformationFilterList,
    'ResourceType': resourceType,
  };
}