menu
loan_sdk_package package
documentation
app/data/models/response/user_profile_response.dart
userProfileResponseToJson function
userProfileResponseToJson function
dark_mode
light_mode
userProfileResponseToJson
function
String
userProfileResponseToJson
(
UserProfileResponse
data
)
Implementation
String userProfileResponseToJson(UserProfileResponse data) => json.encode(data.toJson());
loan_sdk_package package
documentation
app/data/models/response/user_profile_response
userProfileResponseToJson function
user_profile_response library