TARSettings constructor
TARSettings({})
Implementation
TARSettings({
this.apiKey = '',
this.language = '',
this.mapMode = true,
this.walletMode = true,
this.paintingMode = true,
colorPalette,
this.startMode = TARStartMode.geo,
this.useProduction = true,
this.uiVersion = 1,
}) {
this.colorPalette = colorPalette ?? {};
}