isUnavailable property
A node is disabled/unavailable for some reasons? --\(^.^)/--
Default value is false
.
Implementation
@override
bool get isUnavailable => false;
A node is disabled/unavailable for some reasons? --\(^.^)/--
Default value is false
.
Implementation
@override
set isUnavailable(bool value) {}