RSocketService constructor

const RSocketService(
  1. String name, [
  2. String? version,
  3. String? group
])

Implementation

const RSocketService(this.name, [this.version, this.group]);