ClusterOptions class
Параметры маркера кластера.
Constructors
-
ClusterOptions({required Map<
String, AttributeValue> attributes, Object? userData = const {}}) -
const
Properties
-
attributes
→ Map<
String, AttributeValue> -
Атрибуты кластера.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userData → Object?
-
Пользовательские данные. Возвращаются в IClusterObject.
final
Methods
-
copyWith(
{Map< String, AttributeValue> ? attributes, Optional<Object?> ? userData}) → ClusterOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override