GenericMixin<T> mixin

A generic mixin that requires GenericClass as a superclass.

Superclass Constraints
Implemented by

Constructors

GenericMixin()

Properties

mixinMember ↔ T
read / write
overrideByBoth ↔ T
Destined to be overridden by ModifierClass and GenericMixin, both.
read / write
overrideByEverything ↔ T
Destined to be overridden by everything.
read / write
overrideByGenericMixin ↔ T
Destined to be overridden by GenericMixin.
read / write
hashCode → int
read-only, inherited
member ↔ T
read / write, inherited
overrideByModifierClass ↔ T
Destined to be overridden by ModifierClass.
read / write, inherited
runtimeType → Type
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
inherited
toString() → String
inherited

Operators

operator ==(dynamic other) → bool
inherited