PassportElementError constructor

const PassportElementError({
  1. required String source,
  2. required PassportType type,
})

Creates a new PassportElementError object.

Implementation

const PassportElementError({
  required this.source,
  required this.type,
});