expectBuilder abstract method

void expectBuilder(
  1. FullType fullType
)

Throws if a builder for fullType is not available via newBuilder.

Implementation

void expectBuilder(FullType fullType);