toTwoDigits property

String get toTwoDigits

toTwoDigits extension this extension will convert a string to two digits

Implementation

String get toTwoDigits => _digitsString(this, lengthOfString: 2);