diff --git a/packages/appsync-modelgen-plugin/src/__tests__/visitors/__snapshots__/appsync-dart-visitor.test.ts.snap b/packages/appsync-modelgen-plugin/src/__tests__/visitors/__snapshots__/appsync-dart-visitor.test.ts.snap index b445654c5..70630f78f 100644 --- a/packages/appsync-modelgen-plugin/src/__tests__/visitors/__snapshots__/appsync-dart-visitor.test.ts.snap +++ b/packages/appsync-modelgen-plugin/src/__tests__/visitors/__snapshots__/appsync-dart-visitor.test.ts.snap @@ -8148,7 +8148,7 @@ class _ModelWithImplicitIDModelType extends ModelType { } } -/** +/** * This is an auto generated class representing the model identifier * of [ModelWithImplicitID] in your schema. */ @@ -8355,7 +8355,7 @@ class _ModelWithExplicitIDModelType extends ModelType { } } -/** +/** * This is an auto generated class representing the model identifier * of [ModelWithExplicitID] in your schema. */ @@ -8557,7 +8557,7 @@ class _ModelWithExplicitIDAndSDIModelType extends ModelType { } } -/** +/** * This is an auto generated class representing the model identifier * of [Post] in your schema. */ @@ -9589,7 +9589,7 @@ class PostModelIdentifier implements ModelIdentifier { final String id; final String title; - /** + /** * Create an instance of PostModelIdentifier using [id] the primary key. * And [title] the sort key. */ @@ -9843,7 +9843,7 @@ class _CommentModelType extends ModelType { } } -/** +/** * This is an auto generated class representing the model identifier * of [Comment] in your schema. */ @@ -9852,7 +9852,7 @@ class CommentModelIdentifier implements ModelIdentifier { final String id; final String content; - /** + /** * Create an instance of CommentModelIdentifier using [id] the primary key. * And [content] the sort key. */ @@ -10145,7 +10145,7 @@ class _ProjectModelType extends ModelType { } } -/** +/** * This is an auto generated class representing the model identifier * of [Project] in your schema. */ @@ -10154,7 +10154,7 @@ class ProjectModelIdentifier implements ModelIdentifier { final String projectId; final String name; - /** + /** * Create an instance of ProjectModelIdentifier using [projectId] the primary key. * And [name] the sort key. */ @@ -10414,7 +10414,7 @@ class _TeamModelType extends ModelType { } } -/** +/** * This is an auto generated class representing the model identifier * of [Team] in your schema. */ @@ -10423,7 +10423,7 @@ class TeamModelIdentifier implements ModelIdentifier { final String teamId; final String name; - /** + /** * Create an instance of TeamModelIdentifier using [teamId] the primary key. * And [name] the sort key. */ @@ -10699,7 +10699,7 @@ class _CpkOneToOneBidirectionalParentModelType extends ModelType