fromJson static method

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

Implementation

static ARKitImageAnchor fromJson(Map<String, dynamic> json) =>
    _$ARKitImageAnchorFromJson(json);