removeCustomField method

void removeCustomField(
  1. String key
)

Removes a previously assigned custom field.

Implementation

void removeCustomField(String key) {
  custom.remove(key);
}