Dart class abstract

Implementers

Constructors

Dart.new()

Properties

AttestationFinalizer → OpaqueTypeFinalizer
no setter
dropOpaqueAttestation → DropFnType
no setter
hashCode int
The hash code for this object.
no setterinherited
kEncodeMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetAttributesMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetDigestMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetIssuerMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetSchemaMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kIssuePrivateTargetedStaticMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kIssuePrivateUntargetedStaticMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kIssuePublicTargetedStaticMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kIssuePublicUntargetedStaticMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kParseStaticMethodAcdcConstMeta → FlutterRustBridgeTaskConstMeta
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareOpaqueAttestation → ShareFnType
no setter

Methods

encodeMethodAcdc({required ACDC that, dynamic hint}) Future<String>
getAttributesMethodAcdc({required ACDC that, dynamic hint}) Future<String>
getDigestMethodAcdc({required ACDC that, dynamic hint}) Future<String>
getIssuerMethodAcdc({required ACDC that, dynamic hint}) Future<String>
getSchemaMethodAcdc({required ACDC that, dynamic hint}) Future<String>
issuePrivateTargetedStaticMethodAcdc({required String issuer, required String registryId, required String target, required String schema, required String attributes, dynamic hint}) Future<ACDC>
issuePrivateUntargetedStaticMethodAcdc({required String issuer, required String schema, required String registryId, required String attributes, dynamic hint}) Future<ACDC>
issuePublicTargetedStaticMethodAcdc({required String issuer, required String registryId, required String target, required String schema, required String attributes, dynamic hint}) Future<ACDC>
issuePublicUntargetedStaticMethodAcdc({required String issuer, required String registryId, required String schema, required String attributes, dynamic hint}) Future<ACDC>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseStaticMethodAcdc({required String stream, dynamic hint}) Future<ACDC>
toString() String
A string representation of this object.
inherited

Operators

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