props property

WebDavProp props
latefinal

Get the props of the file

Implementation

late final WebDavProp props = _response.propstats.singleWhere((propstat) => propstat.status.contains('200')).prop;