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