constants.dart 98 字节 审计历史永久链接 编辑 1 2 3 4 5 /// 常量 class Constants { // 服务 api static const apiUrl = 'https://api.example.com'; }