SpikeException constructor

const SpikeException(
  1. String? message
)

Implementation

const SpikeException(this.message);