toJson method

Map<String, dynamic> toJson()

Implementation

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