LoginCommand constructor

LoginCommand({
  1. bool verbose = false,
  2. String baseUrl = 'https://api.ulink.ly',
})

Implementation

LoginCommand({this.verbose = false, this.baseUrl = 'https://api.ulink.ly'});