profile property

String get profile

Profile

Implementation

String get profile {
  return Intl.message(
    'Profile',
    name: 'profile',
    desc: '',
    args: [],
  );
}