pad property
String
get
pad
FormDateTime.fromMillisecondsSinceEpoch(a)ta valores para terem pelo menos 2 dÃgitos.
Implementation
String get pad => this >= 0 && this < 10 ? '0${toString()}' : toString();