CedarTest class final

Annotations
  • @_serializable

Constructors

CedarTest({required String name, required Map<String, Object?> schemaJson, required String policiesCedar, required bool shouldValidate, required List<Object?> entitiesJson, required List<CedarQuery> queries})
const
CedarTest.fromJson(Map json)
factory

Properties

entitiesJson List<Object?>
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
policiesCedar String
final
queries List<CedarQuery>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaJson Map<String, Object?>
final
shouldValidate bool
final

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