We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiler message: lib/app/model/company.dart:30:12: Error: Getter not found: 'JSON'. compiler message: return JSON compiler message: ^^^^ compiler message: lib/app/model/job.dart:23:12: Error: Getter not found: 'JSON'. compiler message: return JSON compiler message: ^^^^ compiler message: lib/app/model/message.dart:21:12: Error: Getter not found: 'JSON'. compiler message: return JSON compiler message: ^^^^
The text was updated successfully, but these errors were encountered:
首先检查一下导包有没有问题 ,然后你再看那几个类里面的代码有没有编译错误
Sorry, something went wrong.
No branches or pull requests
compiler message: lib/app/model/company.dart:30:12: Error: Getter not found: 'JSON'.
compiler message: return JSON
compiler message: ^^^^
compiler message: lib/app/model/job.dart:23:12: Error: Getter not found: 'JSON'.
compiler message: return JSON
compiler message: ^^^^
compiler message: lib/app/model/message.dart:21:12: Error: Getter not found: 'JSON'.
compiler message: return JSON
compiler message: ^^^^
The text was updated successfully, but these errors were encountered: