ReferringClass class

Constructors

ReferringClass()

Properties

hashCode → int
read-only, inherited
runtimeType → Type
read-only, inherited

Methods

notAMethodFromPrivateClass() → bool
Here I am referring by full names, to fake.InheritingClassOne.aMethod, and to fake.InheritingClassTwo.aMethod. With luck, both of these two resolve correctly.
noSuchMethod(Invocation invocation) → dynamic
inherited
toString() → String
inherited

Operators

operator ==(dynamic other) → bool
inherited