PayChanged typedef

PayChanged = dynamic Function(PayModel? value)

Implementation

typedef PayChanged = Function(PayModel? value);