hasKey method Null safety

bool hasKey(
  1. String name
)

Implementation

bool hasKey(String name) {
  return _fields.containsKey(name);
}