PageRef class

A page-scoped reference passed from PageScopedWidget.build.

RefHasApp and RefHasPage are implemented to manage state for app and page scopes.

PageScopedWidget.buildから渡されるページにスコープしたリファレンス。

RefHasAppRefHasPageを実装しておりapppageのスコープに対して状態を管理できます。

Implemented types
Available Extensions
Annotations

Properties

app AppScopedValueRef
Ref in the application scope.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
page PageScopedValueRef
Ref in the page scope.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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