threeDigits property

String threeDigits

Implementation

String get threeDigits => this.toString().padLeft(3, '0');