CustomFieldValue.boolean constructor

CustomFieldValue.boolean(
  1. bool value
)

Factory methods to create different types of custom field values.

Implementation

factory CustomFieldValue.boolean(bool value) = BooleanValue;