ChatViewLocale class final
Class representing all localizable strings for ChatView package.
Constructors
- ChatViewLocale({required String today, required String yesterday, required String repliedToYou, required String repliedBy, required String more, required String unsend, required String reply, required String replyTo, required String message, required String reactionPopupTitle, required String photo, required String send, required String you, required String report, required String noMessage, required String somethingWentWrong, required String reload})
-
const
-
ChatViewLocale.fromMap(Map<
String, String> map) -
Create from Map
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
final
- more → String
-
final
- noMessage → String
-
final
- photo → String
-
final
- reactionPopupTitle → String
-
final
- reload → String
-
final
- repliedBy → String
-
final
- repliedToYou → String
-
final
- reply → String
-
final
- replyTo → String
-
final
- report → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- send → String
-
final
- somethingWentWrong → String
-
final
- today → String
-
final
- unsend → String
-
final
- yesterday → String
-
final
- you → String
-
final
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
Constants
- en → const ChatViewLocale
- English defaults