RixaProperties class

Constructors

RixaProperties({required DeviceType deviceType, required ScreenMode screenMode, required Size appSize, required String? language, required InternetConnectionStatus? status})
const

Properties

anyMobile bool
no setter
appHeight double
no setter
appSize Size
no setter
appWidth double
no setter
deviceType DeviceType
no setter
hashCode int
The hash code for this object.
no setterinherited
isDesktop bool
no setter
isLandscaped bool
no setter
isMobile bool
no setter
isWeb bool
no setter
language String?
no setter
route RouteProperties?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenMode ScreenMode
no setter
status InternetConnectionStatus?
no setter

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