interestListResponseFromMap function
- String str
Implementation
InterestListResponse interestListResponseFromMap(String str) =>
InterestListResponse.fromMap(json.decode(str));
InterestListResponse interestListResponseFromMap(String str) =>
InterestListResponse.fromMap(json.decode(str));