ServerConfig constructor

const ServerConfig({
  1. String path = 'server',
  2. String rustSdkVersion = '',
})

Implementation

const ServerConfig({this.path = 'server', this.rustSdkVersion = ''});