fourDigits property

String fourDigits

Implementation

String get fourDigits => this.toString().padLeft(4, '0');