DyteLiveStreamStageRequestPeer.fromJson constructor

DyteLiveStreamStageRequestPeer.fromJson(
  1. String source
)

Implementation

factory DyteLiveStreamStageRequestPeer.fromJson(String source) =>
    DyteLiveStreamStageRequestPeer.fromMap(
        json.decode(source) as Map<String, dynamic>);