StreamEventAuthRevoked.fromJson constructor

StreamEventAuthRevoked.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory StreamEventAuthRevoked.fromJson(Map<String, dynamic> json) =
    _$StreamEventAuthRevoked.fromJson;