System class

Inheritance
Implemented types

Constructors

System()
factory

Properties

ancestors List?
no setterinherited
baseUrl String
getter/setter pair
busy bool
getter/setter pairinherited
busyObservable BooleanObservable?
no setterinherited
children List<WidgetModel>?
getter/setter pairinherited
clock Timer?
getter/setter pair
commit CommitCallback?
getter/setter pair
connected bool
no setter
connection ↔ Connectivity
getter/setter pair
context BuildContext?
no setterinherited
currentLocation Payload?
getter/setter pair
data ↔ dynamic
getter/setter pairinherited
datasource String?
getter/setter pairinherited
datasources List<IDataSource>?
getter/setter pairinherited
debug bool
getter/setter pairinherited
depth double?
getter/setter pairinherited
descendants List?
no setterinherited
domain String?
no setter
element ↔ XmlElement?
getter/setter pairinherited
elementName String
no setterinherited
elementNamespace String?
no setterinherited
framework FrameworkModel?
getter/setter pairinherited
gps Gps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalPadding double
no setterinherited
host String?
no setter
id String
latefinalinherited
installed Future
no setter
janitor Janitor
final
manager EventManager
Event Manager Host
final
model WidgetModel
no setterinherited
mouse bool
no setter
parent WidgetModel?
getter/setter pairinherited
postmaster PostMaster
final
release String
no setter
rootpath String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
no setter
scope Scope?
getter/setter pairinherited
screenheight int
getter/setter pair
screenwidth int
getter/setter pair
state String?
getter/setter pairinherited
statelessContext BuildContext?
no setterinherited
useragent String?
no setter
userplatform String?
no setter
verticalPadding double
no setterinherited

Methods

broadcastEvent(WidgetModel source, Event event) → dynamic
override
day() int
deserialize(XmlElement xml) → void
inherited
dispose() → void
inherited
epoch() int
execute(String caller, String propertyOrFunction, List arguments) Future<bool?>
inherited
executeEvent(WidgetModel source, String event) → dynamic
override
findAncestorOfExactType(Type T, {String? id, bool includeSiblings = false}) → dynamic
inherited
findAncestorsOfExactType(Type? T, {String? id, bool includeSiblings = false}) List?
inherited
findChildOfExactType(Type T, {String? id}) → dynamic
inherited
findChildrenOfExactType(Type T, {String? id}) List
inherited
findDescendantOfExactType(Type? T, {String? id}) → dynamic
inherited
findDescendantsOfExactType(Type? T, {String? id}) List?
inherited
findListenerOfExactType(Type T) → dynamic
inherited
findParentOfExactType(Type T, {String? id}) → dynamic
inherited
hour() int
initialize() → void
inherited
launchApplication(ApplicationModel app, bool notifyOnThemeChange) → dynamic
minute() int
month() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String? property, dynamic value, {bool notify = false}) → dynamic
inherited
onCommit() Future<bool>
onDataSourceBusy(IDataSource source, bool busy) → dynamic
inherited
onDataSourceException(IDataSource source, Exception exception) → dynamic
inherited
onDataSourceSuccess(IDataSource source, Data? list) Future<bool>
inherited
onMouseDetected() → dynamic
onPropertyChange(Observable observable) → void
inherited
rebuild() → dynamic
inherited
registerEventListener(EventTypes type, OnEventCallback callback, {int? priority}) → dynamic
override
registerListener(IModelListener listener) → dynamic
inherited
removeAllListeners() → dynamic
inherited
removeChildrenOfExactType(Type T) → void
inherited
removeEventListener(EventTypes type, OnEventCallback callback) → dynamic
override
removeListener(IModelListener listener) → dynamic
inherited
second() int
setApplicationTitle(String? title) → void
toString() String
A string representation of this object.
inherited
year() int

Operators

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

Static Properties

app ApplicationModel?
no setter
initialized → dynamic
no setter
myId String
final
theme ThemeModel
no setter
title String
no setter

Static Methods

toast(String? msg, {int? duration}) → dynamic