ScanViewConfiguration.fromRawJson constructor

ScanViewConfiguration.fromRawJson(
  1. String str
)

Implementation

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