TranslationStream class

Constructors

TranslationStream({required List<String> text_list, required dynamic update_text_list_function({required int index, required int list_index, required String new_text}), required int list_index, required bool active_translation})

Properties

hashCode int
The hash code for this object.
no setterinherited
original_texts List<String>
getter/setter pair
prefs ↔ SharedPreferences
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream_controllers List<StreamController<String>>
getter/setter pair
streams List<Stream>
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
translate() → dynamic

Operators

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