ValidationErrorMessage constructor
ValidationErrorMessage({
- required String errorMessage,
- required String paymentProductFieldId,
- ValidationRule? rule,
Implementation
ValidationErrorMessage(
{required this.errorMessage,
required this.paymentProductFieldId,
this.rule});