Interface class abstract
Signature が 1つの slot や function に対する 型の構成を指すのに対し,
Interface は 1つの class に対する型の構成(その class がどのような property や method を持っているかなど)を指す Complement.
- Inheritance
-
- Object
- Concept
- Complement
- Interface
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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