toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'CreateSessionOk':
return (this as RefreshSession$Mutation$RefreshSession$CreateSessionOk)
.toJson();
case r'RefreshSessionError':
return (this
as RefreshSession$Mutation$RefreshSession$RefreshSessionError)
.toJson();
default:
}
return _$RefreshSession$Mutation$RefreshSessionToJson(this);
}