StreamingJsonString constructor

const StreamingJsonString(
  1. Stream<String> stream
)

Implementation

const StreamingJsonString(this.stream);