BotProfile.empty constructor

const BotProfile.empty()

Implementation

const BotProfile.empty()
  : this(
      id: '',
      name: '',
      photo: null,
      age: 0,
      gender: '',
      country: '',
      continent: '',
      speakingStyle: '',
      languages: const [],
      interests: const [],
      personalityTraits: const [],
      favoriteTopics: const [],
    );