isBound property
bool
get
isBound
Whether the native binding has been created (i.e. a real size has landed).
Implementation
bool get isBound => _client != null;
Whether the native binding has been created (i.e. a real size has landed).
bool get isBound => _client != null;