hiranthaR / Json-to-Dart-Model

Json to Dart Model extension can convert JSON objects into Dart data classes. It supports pure Dart class conversion, Flutter-recommended JSON serialization using annotations, Freezed support, Effective Dart:Style, and many more features. Currently, it has more than 135,000 installs.
https://marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
MIT License
93 stars 18 forks source link

[BUG] <title> #109

Open PedroCarp opened 6 days ago

PedroCarp commented 6 days ago

Is there an existing issue for this?

Current Behavior

1726282185695 Unable to create model file through json

Expected Behavior

No response

Steps To Reproduce

No response

Version

v3.5.8

Relevant JSON syntax

{
    "statusCode": 400,
    "error": "registration-error-email-exists",
    "message": "已存在使用此电子邮件地址的帐户"
}

Anything else?

No response