hasBuilder abstract method

bool hasBuilder(
  1. FullType fullType
)

Whether a builder for fullType is available via newBuilder.

Implementation

bool hasBuilder(FullType fullType);