toDetailString method
Implementation
String toDetailString() {
return 'UserModel(userId:$userId, email:$email, password:$password, name:$name, phone:$phone, imagefile:$imagefile, userType:$userType, secret:$secret)';
}
String toDetailString() {
return 'UserModel(userId:$userId, email:$email, password:$password, name:$name, phone:$phone, imagefile:$imagefile, userType:$userType, secret:$secret)';
}