@override Object toJson() => { if (metros.isNotDefault) 'metros': [for (final i in metros) i.toJson()], };