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