ResolveOptions constructor

ResolveOptions({
  1. String? url,
  2. String? apiKey,
  3. bool json = false,
  4. bool help = false,
})

Implementation

ResolveOptions({this.url, this.apiKey, this.json = false, this.help = false});