fromJson static method

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

Instantiates am ARHitTestResult from a serialized ARHitTestResult

Implementation

static ARHitTestResult fromJson(Map<String, dynamic> json) =>
    _$ARHitTestResultFromJson(json);