hasBuilder method

bool hasBuilder(
  1. String type
)

Check if type is registered

Implementation

bool hasBuilder(String type) => _builders.containsKey(type);