CloneSetterFunction typedef

CloneSetterFunction = void Function(dynamic value)

The CloneField setter callback function prototype

Implementation

typedef CloneSetterFunction = void Function(dynamic value);