fromJson static method

ARKitTestResult fromJson(
  1. Map<String, dynamic> json
)

Implementation

static ARKitTestResult fromJson(Map<String, dynamic> json) =>
    _$ARKitTestResultFromJson(json);