factory OperatingSystem.fromJson(Map<String, dynamic> json) { return OperatingSystem( type: (json['Type'] as String?)?.toOperatingSystemType(), ); }