CaptureResult.fromJson constructor

CaptureResult.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CaptureResult.fromJson(Map<String, Object?> json) => _$CaptureResultFromJson(json);