valueOf static method
Implementation
static FFCustomCloudFunctionResponseField_ResponseField? valueOf(
$core.int value) =>
value < 0 || value >= _byValue.length ? null : _byValue[value];
static FFCustomCloudFunctionResponseField_ResponseField? valueOf(
$core.int value) =>
value < 0 || value >= _byValue.length ? null : _byValue[value];