@@ -146,7 +146,7 @@ enum StatusCodeEnhanced {
146
146
# Supported types
147
147
148
148
Out of the box, ` json_serializable ` supports many common types in the
149
- [ dart: core ] ( https://api.dart.dev/stable/ dart-core/dart-core-library.html )
149
+ [ dart: core ] ( https://api.dart.dev/dart-core/dart-core-library.html )
150
150
library:
151
151
[ ` BigInt ` ] , [ ` bool ` ] , [ ` DateTime ` ] , [ ` double ` ] , [ ` Duration ` ] , [ ` Enum ` ] , [ ` int ` ] ,
152
152
[ ` Iterable ` ] , [ ` List ` ] , [ ` Map ` ] , [ ` num ` ] , [ ` Object ` ] , [ ` Record ` ] , [ ` Set ` ] ,
@@ -290,14 +290,14 @@ targets:
290
290
[ example ] : https://github.com/google/json_serializable.dart/tree/master/example
291
291
[ dart build system ] : https://github.com/dart-lang/build
292
292
[ package:json_annotation ] : https://pub.dev/packages/json_annotation
293
- [ `BigInt` ] : https://api.dart.dev/stable/ dart-core/BigInt-class.html
294
- [ `bool` ] : https://api.dart.dev/stable/ dart-core/bool-class.html
295
- [ `DateTime` ] : https://api.dart.dev/stable/ dart-core/DateTime-class.html
296
- [ `double` ] : https://api.dart.dev/stable/ dart-core/double-class.html
297
- [ `Duration` ] : https://api.dart.dev/stable/ dart-core/Duration-class.html
298
- [ `Enum` ] : https://api.dart.dev/stable/ dart-core/Enum-class.html
299
- [ `int` ] : https://api.dart.dev/stable/ dart-core/int-class.html
300
- [ `Iterable` ] : https://api.dart.dev/stable/ dart-core/Iterable-class.html
293
+ [ `BigInt` ] : https://api.dart.dev/dart-core/BigInt-class.html
294
+ [ `bool` ] : https://api.dart.dev/dart-core/bool-class.html
295
+ [ `DateTime` ] : https://api.dart.dev/dart-core/DateTime-class.html
296
+ [ `double` ] : https://api.dart.dev/dart-core/double-class.html
297
+ [ `Duration` ] : https://api.dart.dev/dart-core/Duration-class.html
298
+ [ `Enum` ] : https://api.dart.dev/dart-core/Enum-class.html
299
+ [ `int` ] : https://api.dart.dev/dart-core/int-class.html
300
+ [ `Iterable` ] : https://api.dart.dev/dart-core/Iterable-class.html
301
301
[ `JsonConverter` ] : https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
302
302
[ `JsonEnum.valueField` ] : https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum/valueField.html
303
303
[ `JsonEnum` ] : https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum-class.html
@@ -307,11 +307,11 @@ targets:
307
307
[ `JsonLiteral` ] : https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonLiteral-class.html
308
308
[ `JsonSerializable` ] : https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable-class.html
309
309
[ `JsonValue` ] : https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonValue-class.html
310
- [ `List` ] : https://api.dart.dev/stable/ dart-core/List-class.html
311
- [ `Map` ] : https://api.dart.dev/stable/ dart-core/Map-class.html
312
- [ `num` ] : https://api.dart.dev/stable/ dart-core/num-class.html
313
- [ `Object` ] : https://api.dart.dev/stable/ dart-core/Object-class.html
314
- [ `Record` ] : https://api.dart.dev/stable/ dart-core/Record-class.html
315
- [ `Set` ] : https://api.dart.dev/stable/ dart-core/Set-class.html
316
- [ `String` ] : https://api.dart.dev/stable/ dart-core/String-class.html
317
- [ `Uri` ] : https://api.dart.dev/stable/ dart-core/Uri-class.html
310
+ [ `List` ] : https://api.dart.dev/dart-core/List-class.html
311
+ [ `Map` ] : https://api.dart.dev/dart-core/Map-class.html
312
+ [ `num` ] : https://api.dart.dev/dart-core/num-class.html
313
+ [ `Object` ] : https://api.dart.dev/dart-core/Object-class.html
314
+ [ `Record` ] : https://api.dart.dev/dart-core/Record-class.html
315
+ [ `Set` ] : https://api.dart.dev/dart-core/Set-class.html
316
+ [ `String` ] : https://api.dart.dev/dart-core/String-class.html
317
+ [ `Uri` ] : https://api.dart.dev/dart-core/Uri-class.html
0 commit comments