registerFieldKey method
Implementation
_value[attribute] = _fieldKeys[attribute].currentState.value;
}
}
registerFieldKey(String attribute, GlobalKey key) {
// assert(_fieldKeys.containsKey(attribute) == false, "Field with attribute '$attribute' already exists. Make sure that two or more fields don't have t