HashFormatException constructor

const HashFormatException([
  1. String? message
])

The default constructor for HashFormatException.

Implementation

const HashFormatException([this.message]);