StreamInfo.fromJson constructor

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

Implementation

factory StreamInfo.fromJson(Map<String, dynamic> json) {
	return _$StreamInfoFromJson(json);
}