CedarValueJson class sealed

Implementers

Constructors

CedarValueJson()
const
CedarValueJson.bool(bool value)
const
factory
CedarValueJson.entity(CedarEntityId entityId)
const
factory
CedarValueJson.extension(CedarExtensionInvocation extension)
const
factory
CedarValueJson.fromJson(Object? json)
factory
CedarValueJson.long(int value)
const
factory
CedarValueJson.record(Map<String, CedarValueJson> attributes)
const
factory
CedarValueJson.set(List<CedarValueJson> elements)
const
factory
CedarValueJson.string(String value)
const
factory

Properties

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() Object?
toString() String
A string representation of this object.
override

Operators

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