AnalyticsDTO class

Available extensions
Annotations

Constructors

AnalyticsDTO({int? deviceCount, int? connectedDeviceCount, int? dealerOrgCount, int? onboardedDealerOrgCount, int? dealerDeviceCount, int? dealerUserCount, int? homeownerCount, int? appHomeownerCount, int? monitoringAppHomeownerCount, int? homeownerDeviceCount, int? monitoringDealerOrgCount, int? homeownerMonitoringUnassignedDeviceCount, CellKitAnalyticsDTO? cellKitAnalytics})
const
AnalyticsDTO.fromJson(Map<String, dynamic> json)
factory

Properties

appHomeownerCount int?
final
cellKitAnalytics CellKitAnalyticsDTO?
final
connectedDeviceCount int?
final
dealerDeviceCount int?
final
dealerOrgCount int?
final
dealerUserCount int?
final
deviceCount int?
final
hashCode int
The hash code for this object.
no setteroverride
homeownerCount int?
final
homeownerDeviceCount int?
final
homeownerMonitoringUnassignedDeviceCount int?
final
monitoringAppHomeownerCount int?
final
monitoringDealerOrgCount int?
final
onboardedDealerOrgCount int?
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Constants

fromJsonFactory → const AnalyticsDTO Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AnalyticsDTO instance)