Algorithm constructor

Algorithm({
  1. String? name,
})

Implementation

factory Algorithm({_i2.String? name}) => Algorithm._(name: name);