IGrowingPage class abstract

如果页面实现了该接口,则会优先取该页面的值

Constructors

IGrowingPage()

Properties

attributes Map<String, dynamic>?
其他的页面属性
no setter
hashCode int
The hash code for this object.
no setterinherited
pagePath String?
如 /books/100
no setter
pageTitle String?
no setter
pageUri String?
格式为:package::aaa/bbb.dart/PageWidget 其中前缀为 为 dart 的 importUri,后缀为页面的 Widget。
no setter
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