CALL_METHOD_NAME property
The name of the method that can be implemented by a class to allow its instances to be invoked as if they were a function.
Implementation
static final String CALL_METHOD_NAME = "call";
The name of the method that can be implemented by a class to allow its instances to be invoked as if they were a function.
static final String CALL_METHOD_NAME = "call";