VerifyCommand constructor

VerifyCommand({
  1. required String baseUrl,
  2. bool verbose = false,
})

Implementation

VerifyCommand({
  required this.baseUrl,
  this.verbose = false,
});