ChatGPTModuleStrings class

Constructors

ChatGPTModuleStrings({String generateUsingAI = 'Generate text using AI', String reGenerate = 'Re-generate', String generate = 'Generate', String copied = 'Copied', String recent = 'Recent', String doYouWantClearRecent = 'Do you want to clear recently used?', String yes = 'Yes', String no = 'No', String pleaseWaitGeneratingContent = "Please wait while it's generating content!", String pleaseEnterTextToGenerate = 'Please enter some text about which type of content you want to generate!', String writeTextHere = 'Write text here...', String noDataFromChatGPT = 'No data from Chat GPT', String errorCode = 'Error Code', String pleaseEnterSomeText = 'Please enter some text', String chatGPTFunctionError = 'Chat GPT function error', String loading = 'Generating...'})

Properties

chatGPTFunctionError String
getter/setter pair
copied String
getter/setter pair
doYouWantClearRecent String
getter/setter pair
errorCode String
getter/setter pair
generate String
getter/setter pair
generateUsingAI String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loading String
getter/setter pair
no String
getter/setter pair
noDataFromChatGPT String
getter/setter pair
pleaseEnterSomeText String
getter/setter pair
pleaseEnterTextToGenerate String
getter/setter pair
pleaseWaitGeneratingContent String
getter/setter pair
recent String
getter/setter pair
reGenerate String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeTextHere String
getter/setter pair
yes String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited