ParamString class

Constructors

ParamString([String? str])

Properties

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

Methods

add([String? str]) ParamString
escape() ParamString
isNull() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(String word, String replacement) ParamString
replaceMulti(String word, String replacement) ParamString
replaceNewLine([String? replacement]) ParamString
set([String? str]) ParamString
str() String
toString() String
A string representation of this object.
inherited
unescape() ParamString

Operators

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

Static Methods

newArray(int len) List