isRequired property

bool isRequired
getter/setter pair

Whether this method is required to be implemented.

This flag is typically used to determine whether a callback method for a ProxyApi is nullable or not.

Implementation

bool isRequired;