Skip to content

Commit 9b1b0ec

Browse files
committed
Regenerate Dart samples
1 parent bea542f commit 9b1b0ec

49 files changed

Lines changed: 139 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/additional_properties_class.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class AdditionalPropertiesClass {
3030
name: r'map_property',
3131
required: false,
3232
includeIfNull: false,
33+
3334
)
3435

3536

@@ -42,6 +43,7 @@ class AdditionalPropertiesClass {
4243
name: r'map_of_map_property',
4344
required: false,
4445
includeIfNull: false,
46+
4547
)
4648

4749

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/all_of_with_single_ref.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class AllOfWithSingleRef {
3131
name: r'username',
3232
required: false,
3333
includeIfNull: false,
34+
3435
)
3536

3637

@@ -43,6 +44,7 @@ class AllOfWithSingleRef {
4344
name: r'SingleRefType',
4445
required: false,
4546
includeIfNull: false,
47+
4648
unknownEnumValue: SingleRefType.unknownDefaultOpenApi,
4749
)
4850

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/animal.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Animal {
3030
name: r'className',
3131
required: true,
3232
includeIfNull: false,
33+
3334
)
3435

3536

@@ -42,6 +43,7 @@ class Animal {
4243
name: r'color',
4344
required: false,
4445
includeIfNull: false,
46+
4547
)
4648

4749

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/api_response.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ApiResponse {
3232
name: r'code',
3333
required: false,
3434
includeIfNull: false,
35+
3536
)
3637

3738

@@ -44,6 +45,7 @@ class ApiResponse {
4445
name: r'type',
4546
required: false,
4647
includeIfNull: false,
48+
4749
)
4850

4951

@@ -56,6 +58,7 @@ class ApiResponse {
5658
name: r'message',
5759
required: false,
5860
includeIfNull: false,
61+
5962
)
6063

6164

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/array_of_array_of_number_only.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ArrayOfArrayOfNumberOnly {
2828
name: r'ArrayArrayNumber',
2929
required: false,
3030
includeIfNull: false,
31+
3132
)
3233

3334

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/array_of_number_only.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ArrayOfNumberOnly {
2828
name: r'ArrayNumber',
2929
required: false,
3030
includeIfNull: false,
31+
3132
)
3233

3334

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/array_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class ArrayTest {
3333
name: r'array_of_string',
3434
required: false,
3535
includeIfNull: false,
36+
3637
)
3738

3839

@@ -45,6 +46,7 @@ class ArrayTest {
4546
name: r'array_array_of_integer',
4647
required: false,
4748
includeIfNull: false,
49+
4850
)
4951

5052

@@ -57,6 +59,7 @@ class ArrayTest {
5759
name: r'array_array_of_model',
5860
required: false,
5961
includeIfNull: false,
62+
6063
)
6164

6265

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/capitalization.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Capitalization {
3838
name: r'smallCamel',
3939
required: false,
4040
includeIfNull: false,
41+
4142
)
4243

4344

@@ -50,6 +51,7 @@ class Capitalization {
5051
name: r'CapitalCamel',
5152
required: false,
5253
includeIfNull: false,
54+
5355
)
5456

5557

@@ -62,6 +64,7 @@ class Capitalization {
6264
name: r'small_Snake',
6365
required: false,
6466
includeIfNull: false,
67+
6568
)
6669

6770

@@ -74,6 +77,7 @@ class Capitalization {
7477
name: r'Capital_Snake',
7578
required: false,
7679
includeIfNull: false,
80+
7781
)
7882

7983

@@ -86,6 +90,7 @@ class Capitalization {
8690
name: r'SCA_ETH_Flow_Points',
8791
required: false,
8892
includeIfNull: false,
93+
8994
)
9095

9196

@@ -99,6 +104,7 @@ class Capitalization {
99104
name: r'ATT_NAME',
100105
required: false,
101106
includeIfNull: false,
107+
102108
)
103109

104110

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/cat.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Cat {
3535
name: r'className',
3636
required: true,
3737
includeIfNull: false,
38+
3839
)
3940

4041

@@ -47,6 +48,7 @@ class Cat {
4748
name: r'color',
4849
required: false,
4950
includeIfNull: false,
51+
5052
)
5153

5254

@@ -59,6 +61,7 @@ class Cat {
5961
name: r'declawed',
6062
required: false,
6163
includeIfNull: false,
64+
6265
)
6366

6467

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/category.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Category {
3030
name: r'id',
3131
required: false,
3232
includeIfNull: false,
33+
3334
)
3435

3536

@@ -42,6 +43,7 @@ class Category {
4243
name: r'name',
4344
required: true,
4445
includeIfNull: false,
46+
4547
)
4648

4749

0 commit comments

Comments
 (0)