toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final areaDeliveryTimes = this.areaDeliveryTimes;
  final productId = this.productId;
  return {'areaDeliveryTimes': ?areaDeliveryTimes, 'productId': ?productId};
}