BlockedServer constructor

const BlockedServer(
  1. String addressSha1,
  2. String? address
)

A blocked server that the player shouldn't be allowed to join

Implementation

const BlockedServer(this.addressSha1, this.address);