RouteStateNotification mixin

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onStateResult(String action, Map<String, dynamic> result) → void
接收到其它页面回传数据通知,一般通过RouteUtils.instance.postBack发送 action 识别标识(可为空) result 回传数据
toString() String
A string representation of this object.
inherited

Operators

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