CedarType class sealed

Implementers

Constructors

CedarType.boolean({bool required})
const
factory
CedarType.decimal({bool required})
const
factory
CedarType.entity({required String entityName, bool required})
const
factory
CedarType.fromJson(Map<String, Object?> json)
factory
CedarType.ipAddress({bool required})
const
factory
CedarType.long({bool required})
const
factory
CedarType.record({required Map<String, CedarType> attributes, bool required})
const
factory
CedarType.reference({required String type})
const
factory
CedarType.set({required CedarType elementType, bool required})
const
factory
CedarType.string({bool required})
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() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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