factory Goal.fromJson(Map<String, dynamic> json) { return Goal( event: json["event"], duration: json["duration"], ); }