profileUpdateToJson function

String profileUpdateToJson(
  1. ProfileUpdate data
)

Implementation

String profileUpdateToJson(ProfileUpdate data) => json.encode(data.toJson());