factory LogObject.fromJson(Map<String, dynamic> json) { return LogObject( feature: json['feature'], log: json['log'], ); }