isObjectMethod abstract method

bool isObjectMethod(
  1. String id
)

Return 'true' if id is the name of a method on the Object type.

Implementation

bool isObjectMethod(String id);