factory HealthAntivirus.fromMap(Map<String, dynamic> map) { return HealthAntivirus( version: map['version'].toString(), status: map['status'].toString(), ); }