pad2 property

String get pad2

Implementation

String get pad2 => this < 10 ? "0$this" : "$this";