closed property

bool get closed

Returns true if the sink is closed, false otherwise

Implementation

bool get closed => _closed;