XApp class

Constructors

XApp({String app_Name = "", String app_Version = "", String app_FontFamily = "", Color? app_MainColor, String api_URL = "", String? blob_ConnString = "", String? blob_nameAPP = ""})

Properties

api_URL String
getter/setter pair
app_FontFamily String
getter/setter pair
app_MainColor Color?
getter/setter pair
app_Name String
getter/setter pair
app_Version String
getter/setter pair
blob_ConnString String?
getter/setter pair
blob_nameAPP String?
getter/setter pair
getWidget_FormMenuItem Widget Function(XMenuItem)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liXMenus List<XMenuGroup>
getter/setter pair
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