Chunk_State.fromJson constructor

Chunk_State.fromJson(
  1. Object? json
)

Implementation

factory Chunk_State.fromJson(Object? json) => Chunk_State(json as String);