UpdateServerResponse constructor

UpdateServerResponse(
  1. NetworkerPacket<ServerWorldEvent> main, [
  2. Set<Channel> needsUpdate = const {}
])

Implementation

UpdateServerResponse(this.main, [this.needsUpdate = const {}]);