downStatement property

String downStatement

Implementation

String get downStatement => down.map((c) => c.statement).join(';\n') + ';';