toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'SubscriptionInitialized':
return (this
as SessionsEvents$Subscription$SessionsEvents$SubscriptionInitialized)
.toJson();
case r'SessionsList':
return (this as SessionsEvents$Subscription$SessionsEvents$SessionsList)
.toJson();
case r'SessionEventsVersioned':
return (this
as SessionsEvents$Subscription$SessionsEvents$SessionEventsVersioned)
.toJson();
default:
}
return _$SessionsEvents$Subscription$SessionsEventsToJson(this);
}