Skip to content

Commit

Permalink
update dart jaguar samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Aug 28, 2019
1 parent f4d3df7 commit 44d8b49
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class Openapi {
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Order {
final DateTime shipDate;
/* Order Status */
@Alias('status', isNullable: false,
processor: const StringFieldProcessor(),

)
final String status;
//enum statusEnum { placed, approved, delivered, };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Pet {
final List<Tag> tags;
/* pet status in the store */
@Alias('status', isNullable: false,
processor: const StringFieldProcessor(),

)
final String status;
//enum statusEnum { available, pending, sold, };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ class Openapi {
}


}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.2-SNAPSHOT
4.1.2-SNAPSHOT
2 changes: 1 addition & 1 deletion samples/client/petstore/dart-jaguar/openapi/lib/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class Openapi {
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ class Openapi {
}


}
}

0 comments on commit 44d8b49

Please sign in to comment.