otherProjectsFromJson function
project_id : "1" project_title : "edge"
Implementation
OtherProjects otherProjectsFromJson(String str) => OtherProjects.fromJson(json.decode(str));
project_id : "1" project_title : "edge"
OtherProjects otherProjectsFromJson(String str) => OtherProjects.fromJson(json.decode(str));