toThreeDigits property

String toThreeDigits

toThreeDigits extension this extension will convert a string to three digits

Implementation

String get toThreeDigits => _digitsString(this, lengthOfString: 3);