Flag constructor

Flag({
  1. String? id,
  2. String? key,
  3. dynamic defaultValue,
  4. String? status,
})

Implementation

Flag({this.id, this.key, this.defaultValue, this.status});