IdCaptureError.fromJSON constructor

IdCaptureError.fromJSON(
  1. Map<String, dynamic> json
)

Implementation

IdCaptureError.fromJSON(Map<String, dynamic> json) : this._(json["type"] as String, json["message"] as String);