Service constructor

Service(
  1. String _id,
  2. dynamic _target, [
  3. List _arguments = const []
])

Creates a new service object

Implementation

Service(this._id, this._target, [this._arguments = const []]);