DeviceBoundSessionEventId.fromJson constructor

DeviceBoundSessionEventId.fromJson(
  1. String value
)

Implementation

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