GetAccountInfoSuccess property

String get GetAccountInfoSuccess

Successfully obtained account information!

Implementation

String get GetAccountInfoSuccess {
  return Intl.message(
    'Successfully obtained account information!',
    name: 'GetAccountInfoSuccess',
    desc: '',
    args: [],
  );
}