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