append0 method

String append0()

Implementation

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