AppInfo class Null safety
Represents current Sendbird application information.
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
Properties
-
applicationAttributes
→ List<
String> -
list of application attributes of current application id
final
- emojiHash → String
-
Latest hash value for emoji
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
List of premium feature on current application id
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- uploadSizeLimit → int
-
Uplodable file size limit (unit in bytes)
final
- useReaction → bool
-
True if reaction feature is enabled
final
Methods
-
isEmojiUpdatedNeeded(
String prevEmojiHash) → bool -
Return
true
if a givenprevEmojiHash
is outdated -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited