SpaceFeeds class
Constructors
- SpaceFeeds({String? spaceId, String? about, String? did, String? intent, String? intentSentBy, String? intentTimestamp, String? publicKey, String? profilePicture, String? threadhash, String? wallets, String? combinedDID, String? name, SpaceDTO? spaceInformation})
-
SpaceFeeds.fromJson(Map<
String, dynamic> json)
Properties
- about ↔ String?
-
getter/setter pair
- combinedDID ↔ String?
-
getter/setter pair
- deprecated ↔ bool?
-
getter/setter pair
- deprecatedCode ↔ String?
-
getter/setter pair
- did ↔ String?
-
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
- spaceId ↔ String?
-
getter/setter pair
- spaceInformation ↔ SpaceDTO?
-
getter/setter pair
- 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