TokenTypesView constructor
TokenTypesView({
- Key? key,
Implementation
TokenTypesView({super.key}) {
_tokenTypesFuture = getTokenTypes();
selectedIndex.value = 0;
selectedName.value = 'default';
}