TextAppendat constructor
TextAppendat({
- required String argument,
- bool condition = true,
- IAppendCallback<
String> ? callback,
Implementation
TextAppendat({
required String argument,
bool condition = true,
IAppendCallback<String>? callback,
}) : super(
argument: argument,
condition: condition,
callback: callback,
) {
_quote = false;
}