profileResponseToMap function

String profileResponseToMap(
  1. ProfileResponse data
)

Implementation

String profileResponseToMap(ProfileResponse data) => json.encode(data.toMap());