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