otpTransactionPinLabel property

String get otpTransactionPinLabel

Transaction PIN

Implementation

String get otpTransactionPinLabel {
  return Intl.message(
    'Transaction PIN',
    name: 'otpTransactionPinLabel',
    desc: '',
    args: [],
  );
}