Resource<R> class abstract

A Resource is the base class for any resource typed classes. The primary use case is to be a data container.

Implementers

Constructors

Resource.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
recreateResource bool
getter/setter pair
resource → R
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createResource() → R
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