// GENERATED CODE - DO NOT MODIFY BY HAND import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:git_touch/graphql/serializers.gql.dart' as _i1; part 'github.var.gql.g.dart'; abstract class GFollowersVars implements Built { GFollowersVars._(); factory GFollowersVars([Function(GFollowersVarsBuilder b) updates]) = _$GFollowersVars; String get login; @nullable String get after; static Serializer get serializer => _$gFollowersVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GFollowersVars.serializer, this); static GFollowersVars fromJson(Map json) => _i1.serializers.deserializeWith(GFollowersVars.serializer, json); } abstract class GFollowingVars implements Built { GFollowingVars._(); factory GFollowingVars([Function(GFollowingVarsBuilder b) updates]) = _$GFollowingVars; String get login; @nullable String get after; static Serializer get serializer => _$gFollowingVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GFollowingVars.serializer, this); static GFollowingVars fromJson(Map json) => _i1.serializers.deserializeWith(GFollowingVars.serializer, json); } abstract class GMembersVars implements Built { GMembersVars._(); factory GMembersVars([Function(GMembersVarsBuilder b) updates]) = _$GMembersVars; String get login; @nullable String get after; static Serializer get serializer => _$gMembersVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GMembersVars.serializer, this); static GMembersVars fromJson(Map json) => _i1.serializers.deserializeWith(GMembersVars.serializer, json); } abstract class GWatchersVars implements Built { GWatchersVars._(); factory GWatchersVars([Function(GWatchersVarsBuilder b) updates]) = _$GWatchersVars; String get owner; String get name; @nullable String get after; static Serializer get serializer => _$gWatchersVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GWatchersVars.serializer, this); static GWatchersVars fromJson(Map json) => _i1.serializers.deserializeWith(GWatchersVars.serializer, json); } abstract class GStargazersVars implements Built { GStargazersVars._(); factory GStargazersVars([Function(GStargazersVarsBuilder b) updates]) = _$GStargazersVars; String get owner; String get name; @nullable String get after; static Serializer get serializer => _$gStargazersVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GStargazersVars.serializer, this); static GStargazersVars fromJson(Map json) => _i1.serializers.deserializeWith(GStargazersVars.serializer, json); } abstract class GReposVars implements Built { GReposVars._(); factory GReposVars([Function(GReposVarsBuilder b) updates]) = _$GReposVars; String get login; @nullable String get after; static Serializer get serializer => _$gReposVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GReposVars.serializer, this); static GReposVars fromJson(Map json) => _i1.serializers.deserializeWith(GReposVars.serializer, json); } abstract class GStarsVars implements Built { GStarsVars._(); factory GStarsVars([Function(GStarsVarsBuilder b) updates]) = _$GStarsVars; String get login; @nullable String get after; static Serializer get serializer => _$gStarsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GStarsVars.serializer, this); static GStarsVars fromJson(Map json) => _i1.serializers.deserializeWith(GStarsVars.serializer, json); } abstract class GViewerVars implements Built { GViewerVars._(); factory GViewerVars([Function(GViewerVarsBuilder b) updates]) = _$GViewerVars; static Serializer get serializer => _$gViewerVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GViewerVars.serializer, this); static GViewerVars fromJson(Map json) => _i1.serializers.deserializeWith(GViewerVars.serializer, json); } abstract class GUserVars implements Built { GUserVars._(); factory GUserVars([Function(GUserVarsBuilder b) updates]) = _$GUserVars; String get login; static Serializer get serializer => _$gUserVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GUserVars.serializer, this); static GUserVars fromJson(Map json) => _i1.serializers.deserializeWith(GUserVars.serializer, json); } abstract class GRepoVars implements Built { GRepoVars._(); factory GRepoVars([Function(GRepoVarsBuilder b) updates]) = _$GRepoVars; String get owner; String get name; bool get branchSpecified; String get branch; static Serializer get serializer => _$gRepoVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GRepoVars.serializer, this); static GRepoVars fromJson(Map json) => _i1.serializers.deserializeWith(GRepoVars.serializer, json); } abstract class GCommitsVars implements Built { GCommitsVars._(); factory GCommitsVars([Function(GCommitsVarsBuilder b) updates]) = _$GCommitsVars; String get owner; String get name; String get ref; bool get hasRef; @nullable String get after; static Serializer get serializer => _$gCommitsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GCommitsVars.serializer, this); static GCommitsVars fromJson(Map json) => _i1.serializers.deserializeWith(GCommitsVars.serializer, json); } abstract class GIssuesVars implements Built { GIssuesVars._(); factory GIssuesVars([Function(GIssuesVarsBuilder b) updates]) = _$GIssuesVars; String get owner; String get name; @nullable String get cursor; static Serializer get serializer => _$gIssuesVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GIssuesVars.serializer, this); static GIssuesVars fromJson(Map json) => _i1.serializers.deserializeWith(GIssuesVars.serializer, json); } abstract class GPullsVars implements Built { GPullsVars._(); factory GPullsVars([Function(GPullsVarsBuilder b) updates]) = _$GPullsVars; String get owner; String get name; @nullable String get cursor; static Serializer get serializer => _$gPullsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GPullsVars.serializer, this); static GPullsVars fromJson(Map json) => _i1.serializers.deserializeWith(GPullsVars.serializer, json); } abstract class GIssueVars implements Built { GIssueVars._(); factory GIssueVars([Function(GIssueVarsBuilder b) updates]) = _$GIssueVars; String get owner; String get name; int get number; @nullable String get cursor; static Serializer get serializer => _$gIssueVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GIssueVars.serializer, this); static GIssueVars fromJson(Map json) => _i1.serializers.deserializeWith(GIssueVars.serializer, json); } abstract class GPageInfoPartsVars implements Built { GPageInfoPartsVars._(); factory GPageInfoPartsVars([Function(GPageInfoPartsVarsBuilder b) updates]) = _$GPageInfoPartsVars; static Serializer get serializer => _$gPageInfoPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GPageInfoPartsVars.serializer, this); static GPageInfoPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GPageInfoPartsVars.serializer, json); } abstract class GRepoItemVars implements Built { GRepoItemVars._(); factory GRepoItemVars([Function(GRepoItemVarsBuilder b) updates]) = _$GRepoItemVars; static Serializer get serializer => _$gRepoItemVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GRepoItemVars.serializer, this); static GRepoItemVars fromJson(Map json) => _i1.serializers.deserializeWith(GRepoItemVars.serializer, json); } abstract class GUserItemVars implements Built { GUserItemVars._(); factory GUserItemVars([Function(GUserItemVarsBuilder b) updates]) = _$GUserItemVars; static Serializer get serializer => _$gUserItemVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GUserItemVars.serializer, this); static GUserItemVars fromJson(Map json) => _i1.serializers.deserializeWith(GUserItemVars.serializer, json); } abstract class GReposRepoItemVars implements Built { GReposRepoItemVars._(); factory GReposRepoItemVars([Function(GReposRepoItemVarsBuilder b) updates]) = _$GReposRepoItemVars; static Serializer get serializer => _$gReposRepoItemVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GReposRepoItemVars.serializer, this); static GReposRepoItemVars fromJson(Map json) => _i1.serializers.deserializeWith(GReposRepoItemVars.serializer, json); } abstract class GUserPartsVars implements Built { GUserPartsVars._(); factory GUserPartsVars([Function(GUserPartsVarsBuilder b) updates]) = _$GUserPartsVars; static Serializer get serializer => _$gUserPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GUserPartsVars.serializer, this); static GUserPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GUserPartsVars.serializer, json); } abstract class GRepoCommitVars implements Built { GRepoCommitVars._(); factory GRepoCommitVars([Function(GRepoCommitVarsBuilder b) updates]) = _$GRepoCommitVars; static Serializer get serializer => _$gRepoCommitVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GRepoCommitVars.serializer, this); static GRepoCommitVars fromJson(Map json) => _i1.serializers.deserializeWith(GRepoCommitVars.serializer, json); } abstract class GRepoRefVars implements Built { GRepoRefVars._(); factory GRepoRefVars([Function(GRepoRefVarsBuilder b) updates]) = _$GRepoRefVars; static Serializer get serializer => _$gRepoRefVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GRepoRefVars.serializer, this); static GRepoRefVars fromJson(Map json) => _i1.serializers.deserializeWith(GRepoRefVars.serializer, json); } abstract class GCommitsRefCommitVars implements Built { GCommitsRefCommitVars._(); factory GCommitsRefCommitVars( [Function(GCommitsRefCommitVarsBuilder b) updates]) = _$GCommitsRefCommitVars; @nullable String get after; static Serializer get serializer => _$gCommitsRefCommitVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GCommitsRefCommitVars.serializer, this); static GCommitsRefCommitVars fromJson(Map json) => _i1.serializers.deserializeWith(GCommitsRefCommitVars.serializer, json); } abstract class GCommitsRefVars implements Built { GCommitsRefVars._(); factory GCommitsRefVars([Function(GCommitsRefVarsBuilder b) updates]) = _$GCommitsRefVars; @nullable String get after; static Serializer get serializer => _$gCommitsRefVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GCommitsRefVars.serializer, this); static GCommitsRefVars fromJson(Map json) => _i1.serializers.deserializeWith(GCommitsRefVars.serializer, json); } abstract class GCommentPartsVars implements Built { GCommentPartsVars._(); factory GCommentPartsVars([Function(GCommentPartsVarsBuilder b) updates]) = _$GCommentPartsVars; static Serializer get serializer => _$gCommentPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GCommentPartsVars.serializer, this); static GCommentPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GCommentPartsVars.serializer, json); } abstract class GReactablePartsVars implements Built { GReactablePartsVars._(); factory GReactablePartsVars( [Function(GReactablePartsVarsBuilder b) updates]) = _$GReactablePartsVars; static Serializer get serializer => _$gReactablePartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GReactablePartsVars.serializer, this); static GReactablePartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GReactablePartsVars.serializer, json); } abstract class GReferencedEventPartsVars implements Built { GReferencedEventPartsVars._(); factory GReferencedEventPartsVars( [Function(GReferencedEventPartsVarsBuilder b) updates]) = _$GReferencedEventPartsVars; static Serializer get serializer => _$gReferencedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GReferencedEventPartsVars.serializer, this); static GReferencedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GReferencedEventPartsVars.serializer, json); } abstract class GRenamedTitleEventPartsVars implements Built { GRenamedTitleEventPartsVars._(); factory GRenamedTitleEventPartsVars( [Function(GRenamedTitleEventPartsVarsBuilder b) updates]) = _$GRenamedTitleEventPartsVars; static Serializer get serializer => _$gRenamedTitleEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GRenamedTitleEventPartsVars.serializer, this); static GRenamedTitleEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GRenamedTitleEventPartsVars.serializer, json); } abstract class GClosedEventPartsVars implements Built { GClosedEventPartsVars._(); factory GClosedEventPartsVars( [Function(GClosedEventPartsVarsBuilder b) updates]) = _$GClosedEventPartsVars; static Serializer get serializer => _$gClosedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GClosedEventPartsVars.serializer, this); static GClosedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GClosedEventPartsVars.serializer, json); } abstract class GReopenedEventPartsVars implements Built { GReopenedEventPartsVars._(); factory GReopenedEventPartsVars( [Function(GReopenedEventPartsVarsBuilder b) updates]) = _$GReopenedEventPartsVars; static Serializer get serializer => _$gReopenedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GReopenedEventPartsVars.serializer, this); static GReopenedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GReopenedEventPartsVars.serializer, json); } abstract class GCrossReferencedEventPartsVars implements Built { GCrossReferencedEventPartsVars._(); factory GCrossReferencedEventPartsVars( [Function(GCrossReferencedEventPartsVarsBuilder b) updates]) = _$GCrossReferencedEventPartsVars; static Serializer get serializer => _$gCrossReferencedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GCrossReferencedEventPartsVars.serializer, this); static GCrossReferencedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GCrossReferencedEventPartsVars.serializer, json); } abstract class GLabeledEventPartsVars implements Built { GLabeledEventPartsVars._(); factory GLabeledEventPartsVars( [Function(GLabeledEventPartsVarsBuilder b) updates]) = _$GLabeledEventPartsVars; static Serializer get serializer => _$gLabeledEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GLabeledEventPartsVars.serializer, this); static GLabeledEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GLabeledEventPartsVars.serializer, json); } abstract class GUnlabeledEventPartsVars implements Built { GUnlabeledEventPartsVars._(); factory GUnlabeledEventPartsVars( [Function(GUnlabeledEventPartsVarsBuilder b) updates]) = _$GUnlabeledEventPartsVars; static Serializer get serializer => _$gUnlabeledEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GUnlabeledEventPartsVars.serializer, this); static GUnlabeledEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GUnlabeledEventPartsVars.serializer, json); } abstract class GMilestonedEventPartsVars implements Built { GMilestonedEventPartsVars._(); factory GMilestonedEventPartsVars( [Function(GMilestonedEventPartsVarsBuilder b) updates]) = _$GMilestonedEventPartsVars; static Serializer get serializer => _$gMilestonedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GMilestonedEventPartsVars.serializer, this); static GMilestonedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GMilestonedEventPartsVars.serializer, json); } abstract class GDemilestonedEventPartsVars implements Built { GDemilestonedEventPartsVars._(); factory GDemilestonedEventPartsVars( [Function(GDemilestonedEventPartsVarsBuilder b) updates]) = _$GDemilestonedEventPartsVars; static Serializer get serializer => _$gDemilestonedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GDemilestonedEventPartsVars.serializer, this); static GDemilestonedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GDemilestonedEventPartsVars.serializer, json); } abstract class GLockedEventPartsVars implements Built { GLockedEventPartsVars._(); factory GLockedEventPartsVars( [Function(GLockedEventPartsVarsBuilder b) updates]) = _$GLockedEventPartsVars; static Serializer get serializer => _$gLockedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GLockedEventPartsVars.serializer, this); static GLockedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GLockedEventPartsVars.serializer, json); } abstract class GUnlockedEventPartsVars implements Built { GUnlockedEventPartsVars._(); factory GUnlockedEventPartsVars( [Function(GUnlockedEventPartsVarsBuilder b) updates]) = _$GUnlockedEventPartsVars; static Serializer get serializer => _$gUnlockedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GUnlockedEventPartsVars.serializer, this); static GUnlockedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GUnlockedEventPartsVars.serializer, json); } abstract class GAssignedEventPartsVars implements Built { GAssignedEventPartsVars._(); factory GAssignedEventPartsVars( [Function(GAssignedEventPartsVarsBuilder b) updates]) = _$GAssignedEventPartsVars; static Serializer get serializer => _$gAssignedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GAssignedEventPartsVars.serializer, this); static GAssignedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GAssignedEventPartsVars.serializer, json); } abstract class GUnassignedEventPartsVars implements Built { GUnassignedEventPartsVars._(); factory GUnassignedEventPartsVars( [Function(GUnassignedEventPartsVarsBuilder b) updates]) = _$GUnassignedEventPartsVars; static Serializer get serializer => _$gUnassignedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GUnassignedEventPartsVars.serializer, this); static GUnassignedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GUnassignedEventPartsVars.serializer, json); } abstract class GSubscribedEventPartsVars implements Built { GSubscribedEventPartsVars._(); factory GSubscribedEventPartsVars( [Function(GSubscribedEventPartsVarsBuilder b) updates]) = _$GSubscribedEventPartsVars; static Serializer get serializer => _$gSubscribedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GSubscribedEventPartsVars.serializer, this); static GSubscribedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GSubscribedEventPartsVars.serializer, json); } abstract class GUnsubscribedEventPartsVars implements Built { GUnsubscribedEventPartsVars._(); factory GUnsubscribedEventPartsVars( [Function(GUnsubscribedEventPartsVarsBuilder b) updates]) = _$GUnsubscribedEventPartsVars; static Serializer get serializer => _$gUnsubscribedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GUnsubscribedEventPartsVars.serializer, this); static GUnsubscribedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GUnsubscribedEventPartsVars.serializer, json); } abstract class GMentionedEventPartsVars implements Built { GMentionedEventPartsVars._(); factory GMentionedEventPartsVars( [Function(GMentionedEventPartsVarsBuilder b) updates]) = _$GMentionedEventPartsVars; static Serializer get serializer => _$gMentionedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GMentionedEventPartsVars.serializer, this); static GMentionedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GMentionedEventPartsVars.serializer, json); } abstract class GPinnedEventPartsVars implements Built { GPinnedEventPartsVars._(); factory GPinnedEventPartsVars( [Function(GPinnedEventPartsVarsBuilder b) updates]) = _$GPinnedEventPartsVars; static Serializer get serializer => _$gPinnedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GPinnedEventPartsVars.serializer, this); static GPinnedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GPinnedEventPartsVars.serializer, json); } abstract class GTransferredEventPartsVars implements Built { GTransferredEventPartsVars._(); factory GTransferredEventPartsVars( [Function(GTransferredEventPartsVarsBuilder b) updates]) = _$GTransferredEventPartsVars; static Serializer get serializer => _$gTransferredEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GTransferredEventPartsVars.serializer, this); static GTransferredEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GTransferredEventPartsVars.serializer, json); } abstract class GPullRequestCommitPartsVars implements Built { GPullRequestCommitPartsVars._(); factory GPullRequestCommitPartsVars( [Function(GPullRequestCommitPartsVarsBuilder b) updates]) = _$GPullRequestCommitPartsVars; static Serializer get serializer => _$gPullRequestCommitPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GPullRequestCommitPartsVars.serializer, this); static GPullRequestCommitPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GPullRequestCommitPartsVars.serializer, json); } abstract class GDeployedEventPartsVars implements Built { GDeployedEventPartsVars._(); factory GDeployedEventPartsVars( [Function(GDeployedEventPartsVarsBuilder b) updates]) = _$GDeployedEventPartsVars; static Serializer get serializer => _$gDeployedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GDeployedEventPartsVars.serializer, this); static GDeployedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GDeployedEventPartsVars.serializer, json); } abstract class GDeploymentEnvironmentChangedEventPartsVars implements Built { GDeploymentEnvironmentChangedEventPartsVars._(); factory GDeploymentEnvironmentChangedEventPartsVars( [Function(GDeploymentEnvironmentChangedEventPartsVarsBuilder b) updates]) = _$GDeploymentEnvironmentChangedEventPartsVars; static Serializer get serializer => _$gDeploymentEnvironmentChangedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith( GDeploymentEnvironmentChangedEventPartsVars.serializer, this); static GDeploymentEnvironmentChangedEventPartsVars fromJson( Map json) => _i1.serializers.deserializeWith( GDeploymentEnvironmentChangedEventPartsVars.serializer, json); } abstract class GHeadRefRestoredEventPartsVars implements Built { GHeadRefRestoredEventPartsVars._(); factory GHeadRefRestoredEventPartsVars( [Function(GHeadRefRestoredEventPartsVarsBuilder b) updates]) = _$GHeadRefRestoredEventPartsVars; static Serializer get serializer => _$gHeadRefRestoredEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GHeadRefRestoredEventPartsVars.serializer, this); static GHeadRefRestoredEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GHeadRefRestoredEventPartsVars.serializer, json); } abstract class GBaseRefForcePushedEventPartsVars implements Built { GBaseRefForcePushedEventPartsVars._(); factory GBaseRefForcePushedEventPartsVars( [Function(GBaseRefForcePushedEventPartsVarsBuilder b) updates]) = _$GBaseRefForcePushedEventPartsVars; static Serializer get serializer => _$gBaseRefForcePushedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GBaseRefForcePushedEventPartsVars.serializer, this); static GBaseRefForcePushedEventPartsVars fromJson( Map json) => _i1.serializers .deserializeWith(GBaseRefForcePushedEventPartsVars.serializer, json); } abstract class GHeadRefForcePushedEventPartsVars implements Built { GHeadRefForcePushedEventPartsVars._(); factory GHeadRefForcePushedEventPartsVars( [Function(GHeadRefForcePushedEventPartsVarsBuilder b) updates]) = _$GHeadRefForcePushedEventPartsVars; static Serializer get serializer => _$gHeadRefForcePushedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GHeadRefForcePushedEventPartsVars.serializer, this); static GHeadRefForcePushedEventPartsVars fromJson( Map json) => _i1.serializers .deserializeWith(GHeadRefForcePushedEventPartsVars.serializer, json); } abstract class GReviewRequestedEventPartsVars implements Built { GReviewRequestedEventPartsVars._(); factory GReviewRequestedEventPartsVars( [Function(GReviewRequestedEventPartsVarsBuilder b) updates]) = _$GReviewRequestedEventPartsVars; static Serializer get serializer => _$gReviewRequestedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GReviewRequestedEventPartsVars.serializer, this); static GReviewRequestedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GReviewRequestedEventPartsVars.serializer, json); } abstract class GReviewRequestRemovedEventPartsVars implements Built { GReviewRequestRemovedEventPartsVars._(); factory GReviewRequestRemovedEventPartsVars( [Function(GReviewRequestRemovedEventPartsVarsBuilder b) updates]) = _$GReviewRequestRemovedEventPartsVars; static Serializer get serializer => _$gReviewRequestRemovedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GReviewRequestRemovedEventPartsVars.serializer, this); static GReviewRequestRemovedEventPartsVars fromJson( Map json) => _i1.serializers.deserializeWith( GReviewRequestRemovedEventPartsVars.serializer, json); } abstract class GReviewDismissedEventPartsVars implements Built { GReviewDismissedEventPartsVars._(); factory GReviewDismissedEventPartsVars( [Function(GReviewDismissedEventPartsVarsBuilder b) updates]) = _$GReviewDismissedEventPartsVars; static Serializer get serializer => _$gReviewDismissedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GReviewDismissedEventPartsVars.serializer, this); static GReviewDismissedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GReviewDismissedEventPartsVars.serializer, json); } abstract class GPullRequestReviewPartsVars implements Built { GPullRequestReviewPartsVars._(); factory GPullRequestReviewPartsVars( [Function(GPullRequestReviewPartsVarsBuilder b) updates]) = _$GPullRequestReviewPartsVars; static Serializer get serializer => _$gPullRequestReviewPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GPullRequestReviewPartsVars.serializer, this); static GPullRequestReviewPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GPullRequestReviewPartsVars.serializer, json); } abstract class GMergedEventPartsVars implements Built { GMergedEventPartsVars._(); factory GMergedEventPartsVars( [Function(GMergedEventPartsVarsBuilder b) updates]) = _$GMergedEventPartsVars; static Serializer get serializer => _$gMergedEventPartsVarsSerializer; Map toJson() => _i1.serializers.serializeWith(GMergedEventPartsVars.serializer, this); static GMergedEventPartsVars fromJson(Map json) => _i1.serializers.deserializeWith(GMergedEventPartsVars.serializer, json); } abstract class GHeadRefDeletedEventPartsVars implements Built { GHeadRefDeletedEventPartsVars._(); factory GHeadRefDeletedEventPartsVars( [Function(GHeadRefDeletedEventPartsVarsBuilder b) updates]) = _$GHeadRefDeletedEventPartsVars; static Serializer get serializer => _$gHeadRefDeletedEventPartsVarsSerializer; Map toJson() => _i1.serializers .serializeWith(GHeadRefDeletedEventPartsVars.serializer, this); static GHeadRefDeletedEventPartsVars fromJson(Map json) => _i1.serializers .deserializeWith(GHeadRefDeletedEventPartsVars.serializer, json); }