documentPath property

String get documentPath

Implementation

String get documentPath => (hasValue() ? value.name : oldValue.name)
    .split("/(default)/documents/")
    .last;