Operation class

Annotations
  • @freezed

Constructors

Operation({required String sig, @Default('plc_operation') String type, required Map<String, dynamic> services, required List<String> alsoKnownAs, required List<String> rotationKeys, required Map<String, dynamic> verificationMethods, String? prev})
Creates an instance of Operation.
const
factory
Operation.fromJson(Map<String, Object?> json)
Creates an instance of Operation from a map of String, Object?.
factory

Properties

alsoKnownAs List<String>
no setterinherited
copyWith → $OperationCopyWith<Operation>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
prev String?
no setterinherited
rotationKeys List<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Map<String, dynamic>
no setterinherited
sig String
no setterinherited
type String
no setterinherited
verificationMethods Map<String, dynamic>
no setterinherited

Methods

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

Operators

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