profileErrorToJson function

String profileErrorToJson(
  1. ProfileError data
)

Implementation

String profileErrorToJson(ProfileError data) => json.encode(data.toJson());