disposed property
Returns true if dispose has been called and will throw and error on value read
Implementation
@override
bool get disposed => instance.disposed;
Returns true if dispose has been called and will throw and error on value read
@override
bool get disposed => instance.disposed;