StreamId.fromJson constructor

StreamId.fromJson(
  1. String value
)

Implementation

factory StreamId.fromJson(String value) => StreamId(value);