isCollection property
Whether this is a collection resource type
Implementation
late final bool? isCollection = props.davResourcetype != null ? props.davResourcetype!.collection != null : null;
Whether this is a collection resource type
late final bool? isCollection = props.davResourcetype != null ? props.davResourcetype!.collection != null : null;