ServiceAlreadyStartedException constructor

ServiceAlreadyStartedException([
  1. String message = 'The service has already started.'
])

Implementation

ServiceAlreadyStartedException(
    [this.message = 'The service has already started.']);