BaseVirtualFileSystem({Random? random, required String name}) : random = random ?? _fallbackRandom, super(name);