seconds method

T seconds(
  1. int seconds
)

Implementation

T seconds(int seconds) => builder(Duration(seconds: seconds));