padValue method

String padValue(
  1. dynamic value
)

Implementation

String padValue(value) => value.toString().padLeft(2, '0');