IfAloneBlock constructor

const IfAloneBlock(
  1. String source,
  2. BooleanKeyword booleanKeyword,
  3. Boolean boolean
)

Implementation

const IfAloneBlock(this.source, this.booleanKeyword, this.boolean);