Feeds class

Constructors

Feeds({String? chatId, String? about, String? did, String? intent, String? intentSentBy, String? intentTimestamp, String? publicKey, String? profilePicture, String? threadhash, String? wallets, String? combinedDID, String? name, GroupDTO? groupInformation})
Feeds.fromJson(Map<String, dynamic> json)

Properties

about String?
getter/setter pair
chatId String?
getter/setter pair
combinedDID String?
getter/setter pair
deprecated bool?
getter/setter pair
deprecatedCode String?
getter/setter pair
did String?
getter/setter pair
groupInformation GroupDTO?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intent String?
getter/setter pair
intentSentBy String?
getter/setter pair
intentTimestamp String?
getter/setter pair
msg Message?
getter/setter pair
name String?
getter/setter pair
profilePicture String?
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadhash String?
getter/setter pair
wallets String?
getter/setter pair

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