nothing function

NothingDescriptor nothing(
  1. String name
)

Creates a new NothingDescriptor descriptor that asserts that no entry named name exists.

Descriptor.create does nothing for this descriptor.

Implementation

NothingDescriptor nothing(String name) => NothingDescriptor(name);