Is there a better way to add leading zeros to a int in dart and flutter

后端 未结 0 1112
无人共我
无人共我 2020-12-08 06:14

I created an extension for the dart int to add leading zeros and I am wondering if there is a more elegant way? My take on it:

extension IntExtensions on int          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题