isCollection property

bool? isCollection
latefinal

Whether this is a collection resource type

Implementation

late final bool? isCollection = props.davResourcetype != null ? props.davResourcetype!.collection != null : null;