factory ServerInfo.fromJson(Map<String, Object?> json) => ServerInfo( json['name'] as String? ?? '', version: json['version'] as String?, );