UserDisabledException constructor
const
UserDisabledException([
- String? message
Implementation
const UserDisabledException([String? message]) : super(message);
const UserDisabledException([String? message]) : super(message);