FriendData class
Constructors
-
FriendData({int? id, String? fullName, String? profileImage, String? address, int? followers, int? following, int? reviews, String? gender, String? aboutMe, String? relationshipStatus, List<
String> ? musicType, List<String> ? interests, bool? isFollow, int? isOnline, String? isPrivateAccount, String? buttonStatus, bool? friendFollow, bool? isBlock, bool? canMessage}) -
FriendData.fromMap(Map<
String, dynamic> json) -
factory
Properties
- aboutMe ↔ String?
-
getter/setter pair
- address ↔ String?
-
getter/setter pair
-
getter/setter pair
- canMessage ↔ bool?
-
getter/setter pair
- followers ↔ int?
-
getter/setter pair
- following ↔ int?
-
getter/setter pair
- friendFollow ↔ bool?
-
getter/setter pair
- fullName ↔ String?
-
getter/setter pair
- gender ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
-
interests
↔ List<
String> ? -
getter/setter pair
- isBlock ↔ bool?
-
getter/setter pair
- isFollow ↔ bool?
-
getter/setter pair
- isOnline ↔ int?
-
getter/setter pair
- isPrivateAccount ↔ String?
-
getter/setter pair
-
musicType
↔ List<
String> ? -
getter/setter pair
- profileImage ↔ String?
-
getter/setter pair
- relationshipStatus ↔ String?
-
getter/setter pair
- reviews ↔ int?
-
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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited