upStatement property

String upStatement

Implementation

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