sign_exception property

String get sign_exception

signature exception

Implementation

String get sign_exception {
  return Intl.message(
    'signature exception',
    name: 'sign_exception',
    desc: '',
    args: [],
  );
}