remove method

void remove(
  1. String? id
)

Implementation

void remove(String? id) {
  _fields.remove(id);
}