selected property Null safety

bool? selected

Implementation

bool? get selected native;
void selected=(bool? value)

Implementation

set selected(bool? value) native;