$ContentCategory constructor Null safety

$ContentCategory(
  1. {String? accountId,
  2. String? id,
  3. String? kind,
  4. String? name}
)

Implementation

$ContentCategory({
  this.accountId,
  this.id,
  this.kind,
  this.name,
});