offlineScore property

String offlineScore

離線成績

Implementation

String get offlineScore {
  return Intl.message(
    '離線成績',
    name: 'offlineScore',
    desc: '',
    args: [],
  );
}