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 facdb5e commit 2185e8bCopy full SHA for 2185e8b
json_annotation/lib/src/json_converter.dart
@@ -19,7 +19,9 @@
19
///
20
/// @JsonSerializable()
21
/// @MyJsonConverter()
22
-/// class Example {}
+/// class Example {
23
+/// final Value property;
24
+/// }
25
/// ```
26
27
/// or on a property:
@@ -36,7 +38,9 @@
36
38
37
39
/// ```dart
40
/// @JsonSerializable(converters: [MyJsonConverter()])
41
42
43
44
45
abstract class JsonConverter<T, S> {
46
const JsonConverter();
0 commit comments