TaskProcessingShape constructor
TaskProcessingShape([
- void b()?
Creates a new TaskProcessingShape object using the builder pattern.
Implementation
factory TaskProcessingShape([void Function(TaskProcessingShapeBuilder)? b]) = _$TaskProcessingShape;