factory ServerCreateOptions.fromJson(Map<String, dynamic> json) { return ServerCreateOptions( name: json['name'] ?? '', ); }