class HttpApi { static HttpApi? instance; HttpApi() { // print('回家啊哈哈'); } } void main() { HttpApi(); }