WebDavResponse constructor

const WebDavResponse({
  1. required String? href,
  2. required List<WebDavPropstat> propstats,
})

Implementation

const WebDavResponse({
  required this.href,
  required this.propstats,
});