toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'SessionEventsVersioned':
return (this
as DeleteSession$Mutation$DeleteSession$SessionEventsVersioned)
.toJson();
case r'DeleteSessionError':
return (this as DeleteSession$Mutation$DeleteSession$DeleteSessionError)
.toJson();
default:
}
return _$DeleteSession$Mutation$DeleteSessionToJson(this);
}