toJson method

  1. @override
Map<String, dynamic> toJson()
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);
}