defaultValue property

Object? get defaultValue

A properties default value.

Used if the property is called before being explicitly set.

Implementation

Object? get defaultValue => _defaultValue;