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