DataModify.appendString constructor
Implementation
DataModify.appendString(
dynamic value, {
this.fromPath = '',
this.start,
this.end,
}) : type = 'append string' {
_checkValue(value);
assert(fromType != null, 'string cannot get a value');
}