NewLine class

adds a carriage return (CR) character. This character is used as a new line character in most other non-Unix operating systems Note that CodeFormatter may

  • add additional cr characters
  • or remove unneeded cr characters
  • or replace it with different end of line characters.
Inheritance

Constructors

NewLine()

Properties

code String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toUnFormattedString(Context context) String
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited