operator [] method

FormDataEntryValue? operator [](
  1. String name
)

Implementation

FormDataEntryValue? operator [](String name) {
  return get(name);
}