mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-05 03:09:48 -05:00
chore: update deps
This commit is contained in:
@@ -172,7 +172,7 @@ class _$GGistsVarsSerializer implements StructuredSerializer<GGistsVars> {
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -271,7 +271,7 @@ class _$GFollowersVarsSerializer
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -324,7 +324,7 @@ class _$GFollowingVarsSerializer
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -376,7 +376,7 @@ class _$GMembersVarsSerializer implements StructuredSerializer<GMembersVars> {
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -434,7 +434,7 @@ class _$GWatchersVarsSerializer implements StructuredSerializer<GWatchersVars> {
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -493,7 +493,7 @@ class _$GStargazersVarsSerializer
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -544,7 +544,7 @@ class _$GReposVarsSerializer implements StructuredSerializer<GReposVars> {
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -595,7 +595,7 @@ class _$GStarsVarsSerializer implements StructuredSerializer<GStarsVars> {
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -784,7 +784,7 @@ class _$GCommitsVarsSerializer implements StructuredSerializer<GCommitsVars> {
|
||||
break;
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -841,7 +841,7 @@ class _$GIssuesVarsSerializer implements StructuredSerializer<GIssuesVars> {
|
||||
break;
|
||||
case 'cursor':
|
||||
result.cursor = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -898,7 +898,7 @@ class _$GPullsVarsSerializer implements StructuredSerializer<GPullsVars> {
|
||||
break;
|
||||
case 'cursor':
|
||||
result.cursor = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -961,7 +961,7 @@ class _$GIssueVarsSerializer implements StructuredSerializer<GIssueVars> {
|
||||
break;
|
||||
case 'cursor':
|
||||
result.cursor = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -1019,7 +1019,7 @@ class _$GReleasesVarsSerializer implements StructuredSerializer<GReleasesVars> {
|
||||
break;
|
||||
case 'cursor':
|
||||
result.cursor = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -1214,7 +1214,7 @@ class _$GCommitsRefCommitVarsSerializer
|
||||
switch (key) {
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -1259,7 +1259,7 @@ class _$GCommitsRefVarsSerializer
|
||||
switch (key) {
|
||||
case 'after':
|
||||
result.after = serializers.deserialize(value,
|
||||
specifiedType: const FullType(String)) as String;
|
||||
specifiedType: const FullType(String)) as String?;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -6252,4 +6252,4 @@ class GHeadRefDeletedEventPartsVarsBuilder
|
||||
}
|
||||
}
|
||||
|
||||
// ignore_for_file: always_put_control_body_on_new_line,always_specify_types,annotate_overrides,avoid_annotating_with_dynamic,avoid_as,avoid_catches_without_on_clauses,avoid_returning_this,lines_longer_than_80_chars,omit_local_variable_types,prefer_expression_function_bodies,sort_constructors_first,test_types_in_equals,unnecessary_const,unnecessary_new
|
||||
// ignore_for_file: always_put_control_body_on_new_line,always_specify_types,annotate_overrides,avoid_annotating_with_dynamic,avoid_as,avoid_catches_without_on_clauses,avoid_returning_this,deprecated_member_use_from_same_package,lines_longer_than_80_chars,omit_local_variable_types,prefer_expression_function_bodies,sort_constructors_first,test_types_in_equals,unnecessary_const,unnecessary_new
|
||||
|
||||
Reference in New Issue
Block a user