UnknownLoginException constructor

const UnknownLoginException(
  1. String? message
)

Implementation

const UnknownLoginException(this.message);