PubspecCommandBase constructor

PubspecCommandBase(
  1. String name,
  2. String description
)

Implementation

PubspecCommandBase(String name, String description)
    : super(name, description);