ChatName? fromGraphQLChatNameNullableToDartChatNameNullable(String? v) => v == null ? null : ChatName.unchecked(v);