Feeds constructor

Feeds({
  1. String? chatId,
  2. String? about,
  3. String? did,
  4. String? intent,
  5. String? intentSentBy,
  6. String? intentTimestamp,
  7. String? publicKey,
  8. String? profilePicture,
  9. String? threadhash,
  10. String? wallets,
  11. String? combinedDID,
  12. String? name,
  13. GroupDTO? groupInformation,
})

Implementation

Feeds(
    {this.chatId,
    this.about,
    this.did,
    this.intent,
    this.intentSentBy,
    this.intentTimestamp,
    this.publicKey,
    this.profilePicture,
    this.threadhash,
    this.wallets,
    this.combinedDID,
    this.name,
    this.groupInformation});