props property
Get the props of the file
Implementation
late final WebDavProp props = _response.propstats.singleWhere((propstat) => propstat.status.contains('200')).prop;
Get the props of the file
late final WebDavProp props = _response.propstats.singleWhere((propstat) => propstat.status.contains('200')).prop;