HasGenerics<X, Y, Z> class

Constructors

HasGenerics(X x, Y y, Z z)

Properties

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

Methods

convertToMap() → Map<X, Y>
Converts itself to a map.
doStuff(String s, X x) → Z
returnX() → X
returnZ() → Z
noSuchMethod(Invocation invocation) → dynamic
inherited
toString() → String
inherited

Operators

operator ==(dynamic other) → bool
inherited