formatText property

String get formatText

Implementation

String get formatText => length < 2 ? '0$this' : this;