fiveDigits property

String fiveDigits

Implementation

String get fiveDigits => this.toString().padLeft(5, '0');