Future<dynamic> transferFrom(String from, String to, BigInt tokenId) async => await _contract.send("transferFrom", [from, to, tokenId]);