replaceFirstZero property

String get replaceFirstZero

Implementation

String get replaceFirstZero => replaceFirst(RegExp(r'^0*'), '');