MixedIn class
A class that extends another class with a new-style mixin, then is reexported a couple of times similar to how Flutter does things.
- Mixed in types
Constructors
- MixedIn()
Properties
- hashCode → int
-
read-only, inherited
- property ↔ String
-
read / write, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
toString(
) → String -
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited