completer property Null safety

ImageStreamCompleter? completer

The completer that has been assigned to this image stream.

Generally there is no need to deal with the completer directly.

Implementation

ImageStreamCompleter? get completer => _completer;