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