AuthCheckRecoveryPassword constructor

const AuthCheckRecoveryPassword({
  1. required String code,
})

Auth Check Recovery Password constructor.

Implementation

const AuthCheckRecoveryPassword({
  required this.code,
}) : super._();