Check if a builder is available for a given field type.
static bool hasBuilder(DeskField field) { return getBuilder(field) != null; }