Skip to content

Commit a36f266

Browse files
committed
doc comments are nice!
1 parent 76f8893 commit a36f266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

json_serializable/lib/src/type_helpers/value_helper.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import '../shared_checkers.dart';
99
import '../type_helper.dart';
1010
import '../utils.dart';
1111

12+
/// Handles the types corresponding to [simpleJsonTypeChecker], namely
13+
/// [String], [bool], [num], [int], [double].
1214
class ValueHelper extends TypeHelper {
1315
const ValueHelper();
1416

0 commit comments

Comments
 (0)