LokotroPayResponseMessage constructor
LokotroPayResponseMessage({
- required String message,
- required String title,
- required LokotroPayResultScreen screenType,
- DateTime? timestamp,
Implementation
LokotroPayResponseMessage({
required this.message,
required this.title,
required this.screenType,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();