threadReplyCountText method

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

The text for showing the thread reply count

Implementation

@override
String threadReplyCountText(int count) => '$count Thread Replies';