PassportElementError constructor
const
PassportElementError({
- required PassportElementType type,
- required String message,
- required PassportElementErrorSource source,
Contains the description of an error in a Telegram Passport element
Implementation
const PassportElementError({
required this.type,
required this.message,
required this.source,
});