PlutusJsonSchema class

Represents different types of Plutus JSON schemas.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the schema.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The numeric value representing the schema.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

basicConversions → const PlutusJsonSchema
A basic schema for Plutus JSON.
detailedSchema → const PlutusJsonSchema
A detailed schema for Plutus JSON.