SignatureValidityPeriod class

The validity period for a signing job.

Constructors

SignatureValidityPeriod({ValidityType? type, int? value})
SignatureValidityPeriod.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ValidityType?
The time unit for signature validity.
final
value int?
The numerical value of the time unit for signature validity.
final

Methods

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

Operators

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