CustomBool constructor

CustomBool(
  1. bool isFirst
)

CustomBool constructor

Implementation

CustomBool(this.isFirst);