StackFunction constructor

StackFunction({
  1. required Function function,
  2. required int id,
})

Implementation

StackFunction({required this.function, required this.id});