We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afa774 commit 9c060eaCopy full SHA for 9c060ea
lib/src/common/model/issues.dart
@@ -5,7 +5,7 @@ import 'package:json_annotation/json_annotation.dart';
5
part 'issues.g.dart';
6
7
/// Model class for an issue on the tracker.
8
-@JsonSerializable(fieldRename: FieldRename.snake)
+@JsonSerializable()
9
class Issue {
10
Issue({
11
this.id = 0,
0 commit comments