PassportElementError constructor
const
PassportElementError({
- required String source,
- required PassportType type,
Creates a new PassportElementError object.
Implementation
const PassportElementError({
required this.source,
required this.type,
});