createNewLineOp static method

dynamic createNewLineOp()

Implementation

static createNewLineOp() {
  return DeltaInsertOp(newLine);
}