Map<String, dynamic> toMap() => { "isSuccess": isSuccess, "errorMessage": errorMessage, "imagePath": imagePath, "ktp": ktp?.toMap(), };