Bot constructor

Bot({
  1. String? image,
})

Implementation

Bot({
  this.image,
});