ActiveUserDailyStat class

Active daily users statistics.

Annotations
  • @freezed

Constructors

ActiveUserDailyStat({@JsonKey(name: 'day') required String day, @JsonKey(name: 'user_id') required int userId, @JsonKey(name: 'family_name') String? familyName, @JsonKey(name: 'given_name') String? givenName, @JsonKey(name: 'patronymic') String? patronymic, @JsonKey(name: 'phone') String? phone, @JsonKey(name: 'messages_count') int? messagesCount, @JsonKey(name: 'calls_count') int? callsCount, @JsonKey(name: 'call_seconds_total') int? callSecondsTotal})
const
factory
ActiveUserDailyStat.fromJson(Map<String, dynamic> json)
factory

Properties

callsCount int?
.
no setterinherited
callSecondsTotal int?
.
no setterinherited
copyWith → $ActiveUserDailyStatCopyWith<ActiveUserDailyStat>
no setterinherited
day String
.
no setterinherited
familyName String?
.
no setterinherited
givenName String?
.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
messagesCount int?
.
no setterinherited
patronymic String?
.
no setterinherited
phone String?
.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId int
.
no setterinherited

Methods

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

Operators

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