ServerSwitcher constructor

const ServerSwitcher({
  1. Key? key,
  2. List<ServerSwitcherData>? servers,
  3. bool? saved,
})

Implementation

const ServerSwitcher({Key? key, this.servers, this.saved}) : super(key: key);