Chunk_State.fromJson constructor

Chunk_State.fromJson(
  1. String json
)

Implementation

factory Chunk_State.fromJson(String json) => Chunk_State(json);