sibling method

File sibling(
  1. String name
)

Implementation

File sibling(String name) {
  return parent.child(name);
}