jonataslaw / jonataslaw/get_cli
not generate model file in dart 2.13
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
✖ + error_unexpected Could not format because the source could not be parsed:
line 4, column 3 of .: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
╷
4 │ List? friends;
│ ^^^^
╵
line 4, column 3 of .: Expected to find ';'.
╷
4 │ List? friends;
│ ^^^^
╵
line 4, column 17 of .: A function body must be provided.
╷
4 │ List? friends;
│ ^^^^^^^
╵
line 4, column 17 of .: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
╷
4 │ List? friends;
│ ^^^^^^^
╵
line 4, column 7 of .: The string '?' isn't a user-definable operator.
╷
4 │ List? friends;
│ ^
╵
line 4, column 7 of .: Methods must have an explicit list of parameters.
╷
4 │ List? friends;
│ ^
╵
line 4, column 7 of .: Operator declarations must be preceded by the keyword 'operator'.
╷
4 │ List? friends;
│ ^
╵
line 4, column 8 of .: Types parameters aren't allowed when defining an operator.
╷
4 │ List? friends;
│ ^^^^^^^^
╵
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.