toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'MyUserEventsVersioned':
return (this
as UpdateUserLogin$Mutation$UpdateUserLogin$MyUserEventsVersioned)
.toJson();
case r'UpdateUserLoginError':
return (this
as UpdateUserLogin$Mutation$UpdateUserLogin$UpdateUserLoginError)
.toJson();
default:
}
return _$UpdateUserLogin$Mutation$UpdateUserLoginToJson(this);
}