WebDavStdResError constructor

WebDavStdResError(
  1. String message, {
  2. List<StdResErrorCond> conditions = const [],
})

Implementation

WebDavStdResError(super.message, {this.conditions = const []});