Returns the rkey.
@override String get rkey => (pathname.split('/')..removeWhere((s) => s.isEmpty)).elementAt(1);