CollectionState.fromJson constructor

CollectionState.fromJson(
  1. dynamic json
)

Implementation

factory CollectionState.fromJson(dynamic json) => _$CollectionStateFromJson(castToJson(json));