toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() {
  switch ($$typename) {
    case r'SubscriptionInitialized':
      return (this
              as UserEvents$Subscription$UserEvents$SubscriptionInitialized)
          .toJson();
    case r'User':
      return (this as UserEvents$Subscription$UserEvents$User).toJson();
    case r'UserEventsVersioned':
      return (this as UserEvents$Subscription$UserEvents$UserEventsVersioned)
          .toJson();
    case r'BlocklistEventsVersioned':
      return (this
              as UserEvents$Subscription$UserEvents$BlocklistEventsVersioned)
          .toJson();
    case r'IsBlocked':
      return (this as UserEvents$Subscription$UserEvents$IsBlocked).toJson();
    default:
  }
  return _$UserEvents$Subscription$UserEventsToJson(this);
}