twoDigits property

String twoDigits

Digits

Implementation

String get twoDigits => this.toString().padLeft(2, '0');