You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Constants retrievable with [`Reader`][Reader] must have
225
-
a built-in Dart type, a type made available by depending on a package, or a type defined in the file being read.
225
+
a built-in Dart type, a type made available by depending on
226
+
a package, or a type defined in the file being read.
226
227
227
-
2) Defining decoder functions for each data-type has its obvious limitiations when it comes to *generic types*. In practice, however, generic classes are often designed in such a manner that only few type parameters are valid or likely to be useful. Constants that need to be retrieved during the source-generation process are most likely *annotations* and *simple data-types* that convey information to source code generators.
228
+
2) Defining decoder functions for each data-type has its obvious limitiations when it comes to *generic types*.
229
+
In practice, however, generic classes are often designed in such a manner
230
+
that only few type parameters are valid or likely to be useful.
231
+
Constants that need to be retrieved during the source-generation
232
+
process are most likely *annotations* and *simple data-types* that
233
+
convey information to source code generators.
228
234
229
235
## Examples
230
236
@@ -245,6 +251,8 @@ Please file feature requests and bugs at the [issue tracker].
0 commit comments