user_blocked property

String get user_blocked

The current user has been blocked. You can unblock the user by making a request to the User API's Update User Status endpoint or in the Appwrite Console's Auth section

Implementation

String get user_blocked {
  return Intl.message(
    'The current user has been blocked. You can unblock the user by making a request to the User API\'s Update User Status endpoint or in the Appwrite Console\'s Auth section',
    name: 'user_blocked',
    desc: '',
    args: [],
  );
}