SslPin constructor

SslPin({
  1. required String hash,
  2. required DateTime expiredAt,
})

Implementation

SslPin({
  required this.hash,
  required this.expiredAt,
});