ClusterOptions constructor
const
ClusterOptions({
- required Map<
String, AttributeValue> attributes, - Object? userData = const {},
Implementation
const ClusterOptions({
required this.attributes,
this.userData = const {}
});