CryptException constructor

const CryptException([
  1. String message = 'Autenticação falhou.'
])

Implementation

const CryptException([this.message = 'Autenticação falhou.']);