XMainApp class

Constructors

XMainApp({String app_Name = "", String app_Version = "", String app_FontFamily = "", Color? app_MainColor, String api_URL = ""})

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
hashCode int
The hash code for this object.
no setterinherited
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