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 b2ea4bf commit 190f8b1Copy full SHA for 190f8b1
json_annotation/lib/src/json_serializable.dart
@@ -88,7 +88,7 @@ class JsonSerializable {
88
final bool? createFieldMap;
89
90
/// If `true` (defaults to false), a private, static `_$ExamplePerFieldToJson`
91
- /// abstract class will be geenrated in the part file.
+ /// abstract class will be generated in the part file.
92
///
93
/// This abstract class will contain one static function per property,
94
/// exposing a way to encode only this property instead of the entire object.
0 commit comments