SceneCollectionListChanged.fromJson constructor

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

Implementation

factory SceneCollectionListChanged.fromJson(Map<String, dynamic> json) =>
    _$SceneCollectionListChangedFromJson(json);