HasCloser class abstract

to have ability to extend on GeneralCloser because dart mixins is not extendable

Available extensions

Constructors

HasCloser()

Properties

closer Closer
Gets access to the associated Closer instance for managing closable objects.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doOnClose(void onClose()) → void

Available on HasCloser, provided by the HasCloserDoOnCloseExt extension

Adds custom actions to be executed when the associated Closer is closed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited