ApplicationCategory constructor

ApplicationCategory({
  1. String? kind,
  2. String? primary,
  3. String? secondary,
})

Implementation

ApplicationCategory({
  this.kind,
  this.primary,
  this.secondary,
});