Algorithm constructor

Algorithm({
  1. required String name,
})

Implementation

external factory Algorithm({required String name});