m0 method

dynamic m0 (
  1. dynamic type
)

Implementation

static m0(type) => "${Intl.select(type, {
      'nothing': '',
      'start': 'スタート',
      'goal': 'ゴール',
      'selectDirection': '方向を選択',
      'gainLifeItems': 'アイテムを獲得 :',
      'exchangeLifeItems': 'アイテムを交換 :',
      'loseLifeItems': 'アイテムを損失 :',
    })}";