getMask method

String? getMask()

Get current mask

Implementation

String? getMask() {
  return _mask;
}