// 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 'repos.var.gql.g.dart'; abstract class GReposVars implements Built { GReposVars._(); factory GReposVars([Function(GReposVarsBuilder b) updates]) = _$GReposVars; String get login; String? get after; static Serializer get serializer => _$gReposVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GReposVars.serializer, this, ) as Map); 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; String? get after; static Serializer get serializer => _$gStarsVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GStarsVars.serializer, this, ) as Map); static GStarsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GStarsVars.serializer, json, ); } abstract class GRepoPartsVars implements Built { GRepoPartsVars._(); factory GRepoPartsVars([Function(GRepoPartsVarsBuilder b) updates]) = _$GRepoPartsVars; static Serializer get serializer => _$gRepoPartsVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GRepoPartsVars.serializer, this, ) as Map); static GRepoPartsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GRepoPartsVars.serializer, json, ); }