AmbientLight.fromJson constructor

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

Implementation

factory AmbientLight.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson(json) as AmbientLight;