timestamp property

  1. @JsonKey(name: 'timestamp')
int timestamp
inherited

Timestamp of when the signature is created.

Implementation

@JsonKey(name: 'timestamp')
int get timestamp => throw _privateConstructorUsedError;