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