relative method

String relative([
  1. String? from
])

Implementation

String relative([String? from]) => path.relative(this, from: from);