isObjectGetter abstract method

bool isObjectGetter(
  1. String id
)

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

Implementation

bool isObjectGetter(String id);