hasProperty method

bool hasProperty(
  1. String property
)

Implementation

bool hasProperty(String property) {
  throw UnimplementedError("hasProperty is not implemented");
}