done property

String get done

Done

Implementation

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