doubleLength property

String get doubleLength

Implementation

String get doubleLength => (length == 1 ? "0$this" : this);