signature property
The cryptographic signature generated by your private key.
Implementation
@JsonKey(name: 'signature')
String get signature => throw _privateConstructorUsedError;
The cryptographic signature generated by your private key.
@JsonKey(name: 'signature')
String get signature => throw _privateConstructorUsedError;