Map<String, dynamic> toJson() { final requirePin = this.requirePin; return { 'RequirePin': requirePin.toValue(), }; }