menu
nabit_app
model\profile_response_model.dart
profileResponseToMap function
profileResponseToMap
dark_mode
light_mode
profileResponseToMap
function
String
profileResponseToMap
(
ProfileResponse
data
)
Implementation
String profileResponseToMap(ProfileResponse data) => json.encode(data.toMap());
nabit_app
profile_response_model
profileResponseToMap function
profile_response_model library