closed property
bool
get
closed
Returns true if the sink is closed, false otherwise
Implementation
bool get closed => _closed;
Returns true if the sink is closed, false otherwise
bool get closed => _closed;