hasConstructor abstract method

bool hasConstructor(
  1. String name
)

Returns true if this type has a constructor with the given name.

Implementation

bool hasConstructor(String name);