selectedCount method

  1. @override
String selectedCount(
  1. int count
)
override

No description provided for @selectedCount.

In en, this message translates to: 'Selected {count}'

Implementation

@override
String selectedCount(int count) {
  return '$count개 선택됨';
}