fromJson static method

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

Implementation

static ARKitNodeRotationResult fromJson(Map<String, dynamic> json) =>
    _$ARKitNodeRotationResultFromJson(json);