OkraHandler constructor
OkraHandler()
Implementation
OkraHandler(bool isDone, bool isSuccessful, bool hasError, bool onClose,
bool beforeClose, String data) {
this.isDone = isDone;
this.isSuccessful = isSuccessful;
this.hasError = hasError;
this.onClose = onClose;
this.beforeClose = beforeClose;
this.data = data;
}