Restores this instance from the given JSON object.
Goal fromJSON(Map<String,dynamic> json ) { owner = json['owner']; // uuid status = json['status']; return this; }