nineDigits property

String nineDigits

Implementation

String get nineDigits => this.toString().padLeft(9, '0');