UserDisabledException constructor

const UserDisabledException([
  1. String? message
])

Implementation

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