NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action.fromJson constructor

NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action.fromJson(
    Map<String, dynamic> json) {
  switch (json['__typename'].toString()) {
    case r'ChatInfoActionAvatarUpdated':
      return NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action$ChatInfoActionAvatarUpdated
          .fromJson(json);
    case r'ChatInfoActionCreated':
      return NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action$ChatInfoActionCreated
          .fromJson(json);
    case r'ChatInfoActionMemberAdded':
      return NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action$ChatInfoActionMemberAdded
          .fromJson(json);
    case r'ChatInfoActionMemberRemoved':
      return NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action$ChatInfoActionMemberRemoved
          .fromJson(json);
    case r'ChatInfoActionNameUpdated':
      return NestedChatMessageMixin$RepliesTo$ChatInfoQuote$Action$ChatInfoActionNameUpdated
          .fromJson(json);
    default:
  }
  return _$NestedChatMessageMixin$RepliesTo$ChatInfoQuote$ActionFromJson(
      json);
}