addShouUpUpdate method
Implementation
void addShouUpUpdate(String? name, AntdFormItemShouUpdate? shouUpdate) {
if (name == null || shouUpdate == null) {
return;
}
_shouUpdates[name] = shouUpdate;
}
void addShouUpUpdate(String? name, AntdFormItemShouUpdate? shouUpdate) {
if (name == null || shouUpdate == null) {
return;
}
_shouUpdates[name] = shouUpdate;
}