BrotliException constructor

const BrotliException(
  1. String message
)

Instantiates a new BrotliException with message.

Implementation

const BrotliException(this.message);