SpaceFeeds constructor

SpaceFeeds({
  1. String? spaceId,
  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. SpaceDTO? spaceInformation,
})

Implementation

SpaceFeeds(
    {this.spaceId,
    this.about,
    this.did,
    this.intent,
    this.intentSentBy,
    this.intentTimestamp,
    this.publicKey,
    this.profilePicture,
    this.threadhash,
    this.wallets,
    this.combinedDID,
    this.name,
    this.spaceInformation});