factory ClusterInfo.fromMap(Map<String, String> map) { return ClusterInfo( clusterEnabled: map['cluster_enabled'] == '1', ); }