mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-23 16:09:09 +00:00
* Support DateTime parsing I've got issue in parsing an Array of Strings in datetime format, which the generator translates into a List<DateTime>. This just fixes it * update dart sampels Co-authored-by: William Cheng <wing328hk@gmail.com>