busy property Null safety

bool? busy

Implementation

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

Implementation

set busy(bool? value) native;