DesignFlowDeviceInfo class

Constructors

DesignFlowDeviceInfo(String osName, String osVersion, String? locale, String sdkBuildNumber, String sdkVersion)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
locale String?
final
osName String
final
osVersion String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkBuildNumber String
final
sdkVersion String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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