79347887

Date: 2025-01-11 10:30:10
Score: 0.5
Natty:
Report link

This is not the correct answer but just try this approach

    json["data"] != null && json["data"] is Map<String, dynamic>
  ? Data.fromJson(json["data"])
  : null
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Кемал Каландаров