ScanInfoWhen.fromRawJson constructor

ScanInfoWhen.fromRawJson(
  1. String str
)

Implementation

factory ScanInfoWhen.fromRawJson(String str) => ScanInfoWhen.fromJson(json.decode(str));