compact property
      
      Uint8List
      get
      compact
      
    
    
A compact representation of a ECDSASignature containing a big-endian 32-byte R value and big-endian 32-byte S value.
Implementation
Uint8List get compact => Uint8List.fromList(_compact);