m0 static method

dynamic m0(
  1. dynamic remainingAttempts
)

Implementation

static m0(remainingAttempts) => "Attempts Remaining: ${remainingAttempts}";