m0 method
- dynamic type
Implementation
static m0(type) => "${Intl.select(type, {
'nothing': '',
'start': 'Start',
'goal': 'Goal',
'selectDirection': 'Select Direction',
'gainLifeItems': 'Gain Item :',
'exchangeLifeItems': 'Exchange Item :',
'loseLifeItems': 'Lose Item :',
})}";