DeviceConfig class

Constructors

DeviceConfig()

Properties

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

Static Properties

largePhone double
getter/setter pair
largeScreen double
getter/setter pair
mediumScreen double
getter/setter pair
phone double
getter/setter pair
smallPhone double
getter/setter pair
tablet double
getter/setter pair

Static Methods

setLargePhone(double value) → dynamic
setLargeScreen(double value) → dynamic
setMediumScreen(double value) → dynamic
setPhone(double value) → dynamic
setSmallPhone(double value) → dynamic
setTablet(double value) → dynamic