AccountStop property

String get AccountStop

Account has been stopped.

Implementation

String get AccountStop {
  return Intl.message(
    'Account has been stopped.',
    name: 'AccountStop',
    desc: '',
    args: [],
  );
}