removeCustomField method
Removes a previously assigned custom field.
Implementation
void removeCustomField(String key) {
custom.remove(key);
}
Removes a previously assigned custom field.
void removeCustomField(String key) {
custom.remove(key);
}