fromJson static method

ARKitLightEstimate fromJson(
  1. Map<String, double> map
)

Implementation

static ARKitLightEstimate fromJson(Map<String, double> map) =>
    _$ARKitLightEstimateFromJson(map);