with0 property

String get with0

Implementation

String get with0 => length == 1 ? "0$this" : this;