ClusterOptions constructor

const ClusterOptions({
  1. required Map<String, AttributeValue> attributes,
  2. Object? userData = const {},
})

Implementation

const ClusterOptions({
  required this.attributes,
  this.userData = const {}
});