Signature constructor

Signature({
  1. Key? key,
})

Implementation

Signature({Key? key}) : super(key: key);