checked property
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
final bool? checked;
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.
final bool? checked;