ServerCreateOptions constructor

const ServerCreateOptions({
  1. String name = '',
})

Implementation

const ServerCreateOptions({
  this.name = '',
});