defaultValue property

Object? defaultValue
final

For single-select this is a String; for multi-select a List<String>. Emitted as default (SEP-1034).

Implementation

final Object? defaultValue;