LexBot constructor

LexBot({
  1. String? lexRegion,
  2. String? name,
})

Implementation

LexBot({
  this.lexRegion,
  this.name,
});