AntdFormItemShouUpdate typedef
AntdFormItemShouUpdate =
bool Function(Map<String, dynamic> ? value, Map<String, dynamic> ? beforeValue)
Implementation
typedef AntdFormItemShouUpdate = bool Function(
Map<String, dynamic>? value, Map<String, dynamic>? beforeValue);