applyMask method
Returns the masked value
of the PaymentProductField.
Implementation
Future<String> applyMask(String value) async {
return await PaymentProductFieldMasker.applyMask(this, value);
}
Returns the masked value
of the PaymentProductField.
Future<String> applyMask(String value) async {
return await PaymentProductFieldMasker.applyMask(this, value);
}