CurlyBind constructor

const CurlyBind(
  1. StartCurlyBracket first,
  2. AccesserableCollection second,
  3. EndCurlyBracket third
)

Implementation

const CurlyBind(this.first, this.second, this.third);