has method

bool has(
  1. String fieldName
)
inherited

Implementation

bool has(String fieldName) {
  return wrapped.containsKey(fieldName);
}