StreamStatusResponse.fromJson constructor Null safety

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

Implementation

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