isPin method

dynamic isPin()

Implementation

isPin() {
  return widget.conversation.isPinned ?? false;
}