SetonixConfig constructor

const SetonixConfig({
  1. String? host,
  2. int? port,
  3. String? worldFile,
  4. bool? autosave,
  5. bool? multiWorld,
  6. int? maxPlayers,
  7. String? description,
  8. String? guestPrefix,
  9. bool? whitelistEnabled,
  10. bool? accountRequired,
  11. String? apiEndpoint,
  12. String? endpointSecret,
})

Implementation

const SetonixConfig({
  this.host,
  this.port,
  this.worldFile,
  this.autosave,
  this.multiWorld,
  this.maxPlayers,
  this.description,
  this.guestPrefix,
  this.whitelistEnabled,
  this.accountRequired,
  this.apiEndpoint,
  this.endpointSecret,
});