dataFromJson function

GroupAssignViseProjectData dataFromJson(
  1. String str
)

project_id : "47" project_title : "The Crown"

Implementation

GroupAssignViseProjectData dataFromJson(String str) => GroupAssignViseProjectData.fromJson(json.decode(str));