errorHttpNotFound constant Null safety

int const errorHttpNotFound

404 http/https 对应的文件找不到

Implementation

static const int errorHttpNotFound = 3;