commit property

String commit

Commit

Implementation

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