FakeInterconnectLocations constructor

Implementation

FakeInterconnectLocations({
  Future<InterconnectLocation> Function(
    GetInterconnectLocationRequest request,
  )?
  get,
  Future<InterconnectLocationList> Function(
    ListInterconnectLocationsRequest request,
  )?
  list,
}) : _get = get,
     _list = list;