ServerStarted constructor

ServerStarted(
  1. String address
)

Creates a ServerStarted instance with address.

Implementation

ServerStarted(this.address);