AvailableFeatures class

Constructors

AvailableFeatures({bool? isLocationAttachmentAvailable, bool? isClearChatAvailable, bool? isDeleteChatAvailable, bool? isVideoAttachmentAvailable, bool? isOneToOneCallAvailable, bool? isTranslationAvailable, bool? isViewAllMediaAvailable, bool? isDocumentAttachmentAvailable, bool? isGroupCallAvailable, bool? isRecentChatSearchAvailable, bool? isImageAttachmentAvailable, bool? isGroupChatAvailable, bool? isContactAttachmentAvailable, bool? isStarMessageAvailable, bool? isAttachmentAvailable, bool? isAudioAttachmentAvailable, bool? isBlockAvailable, bool? isReportAvailable, bool? isDeleteMessageAvailable, bool? isChatHistoryAvailable})
AvailableFeatures.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isAttachmentAvailable bool?
getter/setter pair
isAudioAttachmentAvailable bool?
getter/setter pair
isBlockAvailable bool?
getter/setter pair
isChatHistoryAvailable bool?
getter/setter pair
isClearChatAvailable bool?
getter/setter pair
isContactAttachmentAvailable bool?
getter/setter pair
isDeleteChatAvailable bool?
getter/setter pair
isDeleteMessageAvailable bool?
getter/setter pair
isDocumentAttachmentAvailable bool?
getter/setter pair
isGroupCallAvailable bool?
getter/setter pair
isGroupChatAvailable bool?
getter/setter pair
isImageAttachmentAvailable bool?
getter/setter pair
isLocationAttachmentAvailable bool?
getter/setter pair
isOneToOneCallAvailable bool?
getter/setter pair
isRecentChatSearchAvailable bool?
getter/setter pair
isReportAvailable bool?
getter/setter pair
isStarMessageAvailable bool?
getter/setter pair
isTranslationAvailable bool?
getter/setter pair
isVideoAttachmentAvailable bool?
getter/setter pair
isViewAllMediaAvailable bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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