interestListResponseToMap function

String interestListResponseToMap(
  1. InterestListResponse data
)

Implementation

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