CachePage class

Mixed-in types

Constructors

CachePage.new({KetchupRoutePage? page, String? onCreatePath, ScreenPT? screenPT})
CachePage.blank()
factory
CachePage.changePT(CachePage cache, ScreenPT screenPT)
factory
CachePage.nopathPage(KetchupRoutePage page)
factory
CachePage.pathPage(String onCreatePath, KetchupRoutePage page)
factory

Properties

availableColumns List<int>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isBlank bool
no setter
onCreatePath String?
final
page KetchupRoutePage?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenPT ScreenPT?
getter/setter pair

Methods

difference(MultiColumns target) List<int>
inherited
intersection(MultiColumns target) List<int>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
union(MultiColumns target) List<int>
inherited

Operators

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