SubstrateKeyError constructor

const SubstrateKeyError(
  1. String message
)

Creates a new instance of SubstrateKeyError with an optional message.

Implementation

const SubstrateKeyError(this.message);