otherPath static method

String otherPath(
  1. String otherName
)

拼接其他路径 otherName: xxx.bbb

Implementation

static String otherPath(String otherName) => otherRoot + otherName;