ServiceNotStartedException constructor

ServiceNotStartedException([
  1. String message = 'The service is not started.'
])

Implementation

ServiceNotStartedException([this.message = 'The service is not started.']);