DataModify.set constructor
DataModify.set(
- dynamic value, {
- String fromPath = '',
Implementation
DataModify.set(dynamic value, {this.fromPath = ''}) : type = 'set' {
_checkValue(value);
}