StreamEOFException constructor

const StreamEOFException({
  1. String message,
})

Implementation

const factory StreamEOFException({final String message}) =
    _$StreamEOFException;