fullPath property

String fullPath

Returns the full absolute path for reading the asset file.

Implementation

String get fullPath => join(rootPath, path);