Moves/renames from to to.
from
to
@override Future<void> move(String from, String to) => _call(Op.move, {'from': from, 'to': to});