LogbotLink constructor

LogbotLink({
  1. num? id,
  2. String? name,
})

Returns a new LogbotLink instance.

Implementation

LogbotLink({
  this.id,
  this.name,
});