checked property

  1. @override
bool checked
final

If true, generated fromJson functions include extra checks to validate proper deserialization of types.

If an exception is thrown during deserialization, a CheckedFromJsonException is thrown.

Implementation

@override
final bool checked;