toJSON method

List<String> toJSON()

Implementation

List<String> toJSON() => _stack.map((e) => functionsToName[e]!).toList();