TokenTypesView constructor

TokenTypesView({
  1. Key? key,
})

Implementation

TokenTypesView({super.key}) {

  _tokenTypesFuture = getTokenTypes();
  selectedIndex.value = 0;
  selectedName.value = 'default';
}