Presence.fromJson(Map<String, Object?> json) : presence = PresenceContent.fromJson(json['content'] as Map<String, Object?>), super.fromJson(json);