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() → dynamic
A shadowed method
noSuchMethod(Invocation invocation) → dynamic
inherited

Operators

operator ==(other) → bool
inherited