PersistentAccessHandleDescription constructor

const PersistentAccessHandleDescription({
  1. PersistentAccessEntityKind? kind,
  2. String? lastKnownPath,
})

Implementation

const PersistentAccessHandleDescription({this.kind, this.lastKnownPath});