TaskDefinition constructor

TaskDefinition({
  1. String? type,
})

Implementation

factory TaskDefinition({_i2.String? type}) => TaskDefinition._(type: type);