CedarEntityId class abstract

Constructors

CedarEntityId(String type, String id)
factory
CedarEntityId.build([void updates(CedarEntityIdBuilder)])
factory
CedarEntityId.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
normalized CedarEntityId
Returns a normalized version of this entity ID.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CedarEntityIdBuilder)) CedarEntityId
Rebuilds the instance.
inherited
toBuilder() CedarEntityIdBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CedarEntityId>
no setter