CustomFieldValue.boolean constructor
CustomFieldValue.boolean(
- bool value
Factory methods to create different types of custom field values.
Implementation
factory CustomFieldValue.boolean(bool value) = BooleanValue;