Antivirus.fromJson constructor

Antivirus.fromJson(
  1. Map json_
)

Implementation

Antivirus.fromJson(core.Map json_)
    : this(
        state: json_['state'] as core.String?,
      );