ElicitationContentValueBoolean constructor

const ElicitationContentValueBoolean(
  1. bool value
)

Creates this concrete union member.

Implementation

const ElicitationContentValueBoolean(this.value);