toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final etags = this.etags;
  final kind = this.kind;
  final productId = this.productId;
  final productName = this.productName;
  final selfLink = this.selfLink;
  final skuId = this.skuId;
  final skuName = this.skuName;
  final userId = this.userId;
  return {
    'etags': ?etags,
    'kind': ?kind,
    'productId': ?productId,
    'productName': ?productName,
    'selfLink': ?selfLink,
    'skuId': ?skuId,
    'skuName': ?skuName,
    'userId': ?userId,
  };
}