streamController property

StreamController<GiphyGif> streamController
final

Implementation

final StreamController<GiphyGif> streamController =
    new StreamController.broadcast();