DataModify.merge constructor

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

Implementation

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