Capability constructor

const Capability(
  1. String name
)

Creates a new capability with the given name

Implementation

const Capability(this.name);