LokotroPayError constructor
LokotroPayError({})
Implementation
LokotroPayError({
required this.message,
required this.title,
this.errorCode,
this.details,
this.successRedirectUrl,
this.failRedirectUrl,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();