getBuilderForType method

CellBuilder? getBuilderForType(
  1. Type type
)

Implementation

CellBuilder? getBuilderForType(Type type) {
  return _builders[type];
}