Ambiance.fromJson constructor

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

Create an instance from JSON.

Implementation

factory Ambiance.fromJson(final Map<String, dynamic> json) =>
    _$AmbianceFromJson(json);