optionAnswer function

int optionAnswer(
  1. String answer
)

Implementation

int optionAnswer(String answer) => (int.parse(answer) - 1);