interestListResponseToMap function
- InterestListResponse data
Implementation
String interestListResponseToMap(InterestListResponse data) =>
json.encode(data.toMap());
String interestListResponseToMap(InterestListResponse data) =>
json.encode(data.toMap());