script property

String get script

statements separated by ;\n.

Implementation

String get script => [...statements, ''].join(';\n');