fullPath method

Path fullPath([
  1. Path? p
])

Implementation

Path fullPath([Path? p]) => inheritFolder && p != null
    ? p.append(path, type: 'mcfunction')
    : Path.from(path, type: 'mcfunction');