sixDigits property

String sixDigits

Implementation

String get sixDigits => this.toString().padLeft(6, '0');