withNewline static method
Implementation
static CommandClause withNewline() {
return CommandClause(
ClauseType.newline, null, null, PsdkConst.defNewlineBinary);
}
static CommandClause withNewline() {
return CommandClause(
ClauseType.newline, null, null, PsdkConst.defNewlineBinary);
}