DataModify.set constructor

DataModify.set(
  1. dynamic value, {
  2. String fromPath = '',
})

Implementation

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