defaultValue property

Object? defaultValue
final

The default value of this property, when it has not been set to a specific value.

The defaultValue is kNoDefaultValue by default. Otherwise it must be of type T?.

Implementation

final Object? defaultValue;