menu
china_push package
documentation
exception/register_exception.dart
RegisterException
RegisterException.new const constructor
RegisterException.new const constructor
dark_mode
light_mode
RegisterException
constructor
const
RegisterException
(
{
String
?
errorCode
,
String
?
error
,
})
Implementation
const RegisterException({ this.errorCode, this.error, });
china_push package
documentation
exception/register_exception
RegisterException
RegisterException.new const constructor
RegisterException class