79524695

Date: 2025-03-21 06:36:26
Score: 0.5
Natty:
Report link
 //https://i.sstatic.net/qUeC8.png
// check this file and replace the code 

UserData.fromJson(Map<String, dynamic> userData) {
    id = userData['id'];
    email = userData['email'];
    firstName = userData['first_name'];
    lastName = userData['last_name'];
    avatar = userData['avatar'];
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Genius_balu