LightShadow.fromJson(Map<String, dynamic> json, [Map<String,dynamic>? rootJson]){ for(final key in json.keys){ this[key] = json[key]; } }