ExpiredCodeException constructor

ExpiredCodeException({
  1. String? type,
  2. String? message,
})

Implementation

ExpiredCodeException({String? type, String? message})
    : super(type: type, code: 'ExpiredCodeException', message: message);