BasicEvent.fromJson(Map<String, Object?> json) : type = json['type'] as String, content = (json['content'] as Map<String, Object?>).copy();