factory UIStreamBegin.fromJson(Map<String, dynamic> json) => UIStreamBegin( category: (json['Category'] as String?) ?? '', );