contact_comment property

String get contact_comment

Comment

Implementation

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