79102619

Date: 2024-10-18 15:04:38
Score: 4
Natty:
Report link

How about?

final a = SomeClass();
final b = SomeClass();

// Copy one to the other.
b.fromJson(a.toJson());

// Identical properties but not the same object.
a.toString() == b.toString();  // true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Michael