IdCard.fromButlerResult constructor
IdCard.fromButlerResult(
- ButlerResult result
Implementation
factory IdCard.fromButlerResult(ButlerResult result) => IdCard.fromJson(result.toJson());
factory IdCard.fromButlerResult(ButlerResult result) => IdCard.fromJson(result.toJson());