getOptionExportMethod method

String getOptionExportMethod()

Implementation

String getOptionExportMethod() => this?['export-method'] != null
    ? '--export-method "${this!['export-method']}"'
    : '';