RemoveChatMember$Mutation$RemoveChatMember$RemoveChatMemberError.fromJson constructor

RemoveChatMember$Mutation$RemoveChatMember$RemoveChatMemberError.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RemoveChatMember$Mutation$RemoveChatMember$RemoveChatMemberError.fromJson(
  Map<String, dynamic> json,
) =>
    _$RemoveChatMember$Mutation$RemoveChatMember$RemoveChatMemberErrorFromJson(
      json,
    );