otherProjectsFromJson function

OtherProjects otherProjectsFromJson(
  1. String str
)

project_id : "1" project_title : "edge"

Implementation

OtherProjects otherProjectsFromJson(String str) => OtherProjects.fromJson(json.decode(str));