to map
@override Map toMap() { return { 'statement_name': statementName, 'code_lines': codeLines.map((e) => e.toMap()).toList() }; }