Flags constructor

Flags({
  1. bool? isSpam,
})

Implementation

Flags({
  this.isSpam,
});