CodeLines.fromText constructor

CodeLines.fromText(
  1. String text
)

Implementation

factory CodeLines.fromText(String text) {
  return CodeLines._(text);
}