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