Map<String, dynamic> toJson() => { 'id': id, 'params': params.toJson(), 'verifyContext': verifyContext?.toJson(), };