AddressStage.fromJson constructor
Implementation
AddressStage.fromJson(Map<String, dynamic> json) {
name = json["name"];
showGuidance = json["showGuidance"];
useLiveCapture = json["liveCapture"];
useMlAssistance = json["useMLAssistance"];
retryLimit = json["retryLimit"];
}