goAction method

String goAction({
  1. required Object action,
})

zh-TW: '去酒吧${action}'

Implementation

String goAction({required Object action}) => '去酒吧${action}';