Map<String, dynamic> toJson() { final clusterIdentifier = this.clusterIdentifier; return { 'ClusterIdentifier': clusterIdentifier, }; }