isRequired property
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;
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.
bool isRequired;