append method

Path append(
  1. String path, {
  2. String? type,
})

Implementation

Path append(String path, {String? type}) => join(Path.from(path, type: type));