Klass class
A class
Constructors
- Klass()
Properties
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
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(
) → String -
A shadowed method
override
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited