NopShareScope enum

指定共享范围 低级的共享域可以通过 NopListener.attachToParents 让高级的共享域访问 低级共享域可以任意使用高级共享域

Inheritance

Constructors

NopShareScope()
const

Values

shared → const NopShareScope

全局或路由链表共享

page → const NopShareScope

当前Page中共享

unique → const NopShareScope

不共享,独立的

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<NopShareScope>
A constant List of the values in this enum, in order of their declaration.