CedarTypeDefinition class sealed

Implemented types
Implementers

Constructors

CedarTypeDefinition({bool? required})
const
CedarTypeDefinition.boolean({bool required})
const
factory
CedarTypeDefinition.decimal({bool required})
const
factory
CedarTypeDefinition.entity({required String entityName, bool required})
const
factory
CedarTypeDefinition.ipAddress({bool required})
const
factory
CedarTypeDefinition.long({bool required})
const
factory
CedarTypeDefinition.record({required Map<String, CedarType> attributes, bool required})
const
factory
CedarTypeDefinition.set({required CedarType elementType, bool required})
const
factory
CedarTypeDefinition.string({bool required})
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
required bool?
Whether a value of this type is required.
final
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?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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