DataRuleErrorLocalizedMessage typedef

DataRuleErrorLocalizedMessage = String? Function(BuildContext context)

Custom localized message type.

Implementation

typedef DataRuleErrorLocalizedMessage = String? Function(BuildContext context);