totalSessions30d property

  1. @JsonKey(name: 'total_sessions_30d')
int get totalSessions30d
inherited

Implementation

@JsonKey(name: 'active_users_7d') int get activeUsers7d;@JsonKey(name: 'active_users_30d') int get activeUsers30d; double get avgMastery;@JsonKey(name: 'total_sessions_7d') int get totalSessions7d;@JsonKey(name: 'total_sessions_30d') int get totalSessions30d;