groupSubtitle abstract method

String groupSubtitle(
  1. Object count,
  2. Object name
)

No description provided for @groupSubtitle.

In en, this message translates to: '{name} and {count} others'

Implementation

String groupSubtitle(Object count, Object name);