dustbinPath property

String dustbinPath

Implementation

String get dustbinPath => context.join(
  options.dustbinPath,
  '$hash${context.extension(path)}'
);