ChatCallDeviceId.fromJson constructor

ChatCallDeviceId.fromJson(
  1. String val
)

Constructs a ChatCallDeviceId from the provided val.

Implementation

factory ChatCallDeviceId.fromJson(String val) = ChatCallDeviceId;