fromJson static method

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

Implementation

static ARKitLight fromJson(Map<String, dynamic> json) =>
    _$ARKitLightFromJson(json);