toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'DirectLinkVersionedEvents':
return (this
as UpdateGroupDirectLink$Mutation$UpdateGroupDirectLink$DirectLinkVersionedEvents)
.toJson();
case r'UpdateGroupDirectLinkError':
return (this
as UpdateGroupDirectLink$Mutation$UpdateGroupDirectLink$UpdateGroupDirectLinkError)
.toJson();
default:
}
return _$UpdateGroupDirectLink$Mutation$UpdateGroupDirectLinkToJson(this);
}