LinkChanged typedef

LinkChanged = dynamic Function(LinkModel? value)

Implementation

typedef LinkChanged = Function(LinkModel? value);