SecretHeroConfig constructor
SecretHeroConfig({})
Implementation
SecretHeroConfig({
required this.token,
required this.userId,
required this.displayName,
this.iconImage,
this.language,
this.country,
this.isLayoutLTR,
this.theme,
});