getFullPath method

  1. @protected
String getFullPath(
  1. String filePath
)

Implementation

@protected
String getFullPath(String filePath) {
  return rootPath.isEmpty ? filePath : '$rootPath/$filePath';
}