TypeProvider class

Implementers

Constructors

TypeProvider()

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

has<T>() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of<T>() → T
provide<T>(T instance) TypeProvider
provideof<T>({T? instance}) → T
replace<T>(T instance) → void
toString() String
A string representation of this object.
inherited
toWidget(Widget child) Widget

Operators

operator ==(Object other) bool
The equality operator.
inherited