Map<String, dynamic> toJson() => <String, dynamic>{ 'streams': streams.map((stream) => stream.toJson()).toList(growable: false), };