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