pad4 property

String get pad4

Implementation

String get pad4 => this >= 1000 ? "$this" : "0${this.pad3}";