stringMask property

  1. @BuiltValueField.new(wireName: r'StringMask')
String? get stringMask

String mask to get information requiring a specific format. For the processing of an Input command TextString, DigitString or DecimalString. Some information as date or plate number required to be entered with a certain format.

Implementation

@BuiltValueField(wireName: r'StringMask')
String? get stringMask;