call abstract method

$R call({
  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

$R call({
  String? host,
  int? port,
  String? worldFile,
  bool? autosave,
  bool? multiWorld,
  int? maxPlayers,
  String? description,
  String? guestPrefix,
  bool? whitelistEnabled,
  bool? accountRequired,
  String? apiEndpoint,
  String? endpointSecret,
});