CustomFieldValue.int constructor

CustomFieldValue.int(
  1. int value
)

Implementation

factory CustomFieldValue.int(int value) = IntValue;