WaitTime method

String WaitTime(
  1. num seconds
)

Implementation

String WaitTime(
  num seconds,
) => 'WaitTime($seconds)';