pathDescription method

String pathDescription({
  1. required Object path,
})

ar: '(${path})'

Implementation

String pathDescription({required Object path}) => '(${path})';