ACDC class

Constructors

ACDC.new({required Dart bridge, required Attestation field0})
const

Properties

bridge Dart
final
field0 Attestation
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode({dynamic hint}) Future<String>
getAttributes({dynamic hint}) Future<String>
getDigest({dynamic hint}) Future<String>
getIssuer({dynamic hint}) Future<String>
getSchema({dynamic hint}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

issuePrivateTargeted({required Dart bridge, required String issuer, required String registryId, required String target, required String schema, required String attributes, dynamic hint}) Future<ACDC>
issuePrivateUntargeted({required Dart bridge, required String issuer, required String schema, required String registryId, required String attributes, dynamic hint}) Future<ACDC>
issuePublicTargeted({required Dart bridge, required String issuer, required String registryId, required String target, required String schema, required String attributes, dynamic hint}) Future<ACDC>
issuePublicUntargeted({required Dart bridge, required String issuer, required String registryId, required String schema, required String attributes, dynamic hint}) Future<ACDC>
parse({required Dart bridge, required String stream, dynamic hint}) Future<ACDC>