ClientInfo class

Constructors

ClientInfo({required String id, required String name, required String platform, bool debug = kDebugMode, bool? isSimulator, String? version, String? buildVersion, String? model, String? manufacturer, String? os, String? osVersion, String? language, String? timeZone, String? userAgent, double? screenWidth, double? screenHeight, double? screenScale, double? windowWidth, double? windowHeight, double? windowScale, bool? isPortrait, bool? isLandscape, bool? isDarkMode})

Properties

buildVersion String?
final
debug bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isDarkMode bool?
final
isLandscape bool?
final
isPortrait bool?
final
isSimulator bool?
final
language String?
final
manufacturer String?
final
model String?
final
name String
final
os String?
final
osVersion String?
final
platform String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenHeight double?
final
screenScale double?
final
screenWidth double?
final
timeZone String?
final
userAgent String?
final
version String?
final
windowHeight double?
final
windowScale double?
final
windowWidth double?
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