Properties class
Properties associated with an identity.
- Annotations
-
- @freezed
Constructors
-
Properties.new({Map<
String, String> ? $default, Map<String, String> ? custom, Map<String, String> ? computed}) -
constfactory
- Properties.fromDto(ApiProperties dto)
-
factory
-
Properties.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
$default
→ Map<
String, String> ? -
Event default properties.
no setterinherited
-
computed
→ Map<
String, String> ? -
Event computed properties.
no setterinherited
-
copyWith
→ $PropertiesCopyWith<
Properties> -
no setterinherited
-
custom
→ Map<
String, String> ? -
Event custom properties.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited