MirrorService({http.Client? client, List<Mirror>? customMirrors}) : _client = client ?? http.Client(), mirrors = customMirrors ?? List.from(defaultMirrors);