isObjectMember abstract method

bool isObjectMember(
  1. String id
)

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

Implementation

bool isObjectMember(String id);