fromJson static method
Inherited by: PassportElementErrorSourceDataField PassportElementErrorSourceFile PassportElementErrorSourceFiles PassportElementErrorSourceFrontSide PassportElementErrorSourceReverseSide PassportElementErrorSourceSelfie PassportElementErrorSourceTranslationFile PassportElementErrorSourceTranslationFiles PassportElementErrorSourceUnspecified
Implementation
static PassportElementErrorSourceSelfie? fromJson(
Map<String, dynamic>? json,
) {
if (json == null) {
return null;
}
return const PassportElementErrorSourceSelfie();
}