fromJson static method

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

Implementation

static ARPlaneAnchor fromJson(Map<String, dynamic> json) =>
    aRPlaneAnchorFromJson(json);