of static method

Implementation

static ConversationData? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<ConversationData>();
}