OperationPayState constructor
OperationPayState({})
Implementation
OperationPayState({
required this.isLoading,
required this.text,
required this.errorMessage,
required this.isSuccess,
required this.isCanceled,
required this.hasStarted,
required this.elapsed,
});