signature property

  1. @JsonKey(name: 'signature')
String signature
inherited

The cryptographic signature generated by your private key.

Implementation

@JsonKey(name: 'signature')
String get signature => throw _privateConstructorUsedError;