A class
Constructors
- Klass()
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
another(
) → dynamic -
Another method
-
anotherMethod(
) → dynamic -
A method with a custom annotation
@aThingToDo('from', 'thing') -
imAFactoryNoReally(
) → dynamic -
Not really a factory, but...
@factory -
imProtected(
) → dynamic -
A protected method
@protected -
method(
) → dynamic -
A method
-
toString(
) → dynamic -
A shadowed method
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited