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