Create an instance from JSON.
factory Ambiance.fromJson(final Map<String, dynamic> json) => _$AmbianceFromJson(json);