defaultValue property

Iterable<String>? get defaultValue

Optional default value.

Implementation

Iterable<String>? get defaultValue =>
    (_value[Keys.default_] as Iterable?)?.cast<String>();