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