defaultValue property

  1. @override
String? defaultValue
final

The value to use if the source's value is null. This is often directly injected to the adapter, and wrapping is required for strings. (e.g. defaultValue: "'Missing Last Name'")

This value is usually only applied during deserialization.

Implementation

@override
final String? defaultValue;