BUIViewProviderBase class abstract

Implementers
Available Extensions

Constructors

BUIViewProviderBase(String? name, {DataAssets? dataAssets})

Properties

currentRoute String?
getter/setter pair
dataAssets DataAssets?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
no setter
name String?
getter/setter pair
routes List<String>?
getter/setter pair
routesAndNames Map<String, String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

containsView(String? route) bool
getFooter(String? name) BUIView?
getHeader(String? name) BUIView?
getMainView() BUIView?
getNavbar() BUIView?
getRouteName(String? route) String?
getView(String? route) BUIView?
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