ValueOfFunc typedef

ValueOfFunc = ProtobufEnum? Function(int value)

Type of a function that makes an enum integer value to corresponding ProtobufEnum value.

Implementation

typedef ValueOfFunc = ProtobufEnum? Function(int value);