Data.remove constructor
Data.remove(
- dynamic target, {
- required String path,
Implementation
Data.remove(this.target, {required this.path}) : _subcommand = 'remove' {
handleTarget(target);
}