Flag constructor

Flag(
  1. String code,
  2. FlagType? type,
  3. dynamic value,
  4. bool isDefault,
)

Implementation

Flag(this.code, this.type, this.value, this.isDefault);