// GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint // ignore_for_file: no_leading_underscores_for_library_prefixes import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:gql_github/serializers.gql.dart' as _i1; part 'issue.var.gql.g.dart'; abstract class GIssueVars implements Built { GIssueVars._(); factory GIssueVars([Function(GIssueVarsBuilder b) updates]) = _$GIssueVars; String get owner; String get name; int get number; String? get cursor; static Serializer get serializer => _$gIssueVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GIssueVars.serializer, this, ) as Map); static GIssueVars? fromJson(Map json) => _i1.serializers.deserializeWith( GIssueVars.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, ) as Map); static GCommentPartsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GCommentPartsVars.serializer, json, ); } abstract class GReactionConnectionPartsVars implements Built { GReactionConnectionPartsVars._(); factory GReactionConnectionPartsVars( [Function(GReactionConnectionPartsVarsBuilder b) updates]) = _$GReactionConnectionPartsVars; static Serializer get serializer => _$gReactionConnectionPartsVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GReactionConnectionPartsVars.serializer, this, ) as Map); static GReactionConnectionPartsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GReactionConnectionPartsVars.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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); 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, ) as Map); static GHeadRefDeletedEventPartsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GHeadRefDeletedEventPartsVars.serializer, json, ); }