InvalidPubspecError constructor

InvalidPubspecError(
  1. String message
)

Implementation

InvalidPubspecError(String message) : super(message);