KittyOptions constructor

const KittyOptions({
  1. String action = '',
  2. int id = 0,
  3. int number = 0,
  4. int quiet = 0,
})

Implementation

const KittyOptions({
  this.action = '',
  this.id = 0,
  this.number = 0,
  this.quiet = 0,
});