PostChanged typedef

PostChanged = dynamic Function(PostModel? value)

Implementation

typedef PostChanged = Function(PostModel? value);