AnnotFlag constructor

AnnotFlag(
  1. String? flag,
  2. bool? flagValue
)

Implementation

AnnotFlag(this.flag, this.flagValue);