putInternal method
This should only be used for validated values of the correct type, you should use setValue in most cases.
Implementation
void putInternal(AFConfigurationItem entry, dynamic value) {
values[entry] = value;
}
This should only be used for validated values of the correct type, you should use setValue in most cases.
void putInternal(AFConfigurationItem entry, dynamic value) {
values[entry] = value;
}