LhrEntity constructor

LhrEntity({
  1. String? category,
  2. String? homepage,
  3. bool? isFirstParty,
  4. bool? isUnrecognized,
  5. String? name,
  6. List<String>? origins,
})

Implementation

LhrEntity({
  this.category,
  this.homepage,
  this.isFirstParty,
  this.isUnrecognized,
  this.name,
  this.origins,
});