WebDavResponse constructor
const
WebDavResponse({
- required String? href,
- required List<
WebDavPropstat> propstats,
Implementation
const WebDavResponse({
required this.href,
required this.propstats,
});