GetOrCreateFeedRequest class
- Annotations
-
- @freezed
- @immutable
- @JsonSerializable.new()
Constructors
-
GetOrCreateFeedRequest({FeedInput? data, Map<
String, Object?> ? externalRanking, Map<String, Object?> ? filter, PagerRequest? followersPagination, PagerRequest? followingPagination, Map<String, double> ? interestWeights, int? limit, PagerRequest? memberPagination, String? next, String? prev, String? view, bool? watch}) -
const
Properties
-
copyWith
→ $GetOrCreateFeedRequestCopyWith<
GetOrCreateFeedRequest> -
Create a copy of GetOrCreateFeedRequest
with the given fields replaced by the non-null parameter values.
no setterinherited
- data → FeedInput?
-
final
-
externalRanking
→ Map<
String, Object?> ? -
final
-
filter
→ Map<
String, Object?> ? -
final
- followersPagination → PagerRequest?
-
final
- followingPagination → PagerRequest?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interestWeights
→ Map<
String, double> ? -
final
- limit → int?
-
final
- memberPagination → PagerRequest?
-
final
- next → String?
-
final
- prev → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- view → String?
-
final
- watch → bool?
-
final
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
Static Methods
-
fromJson(
Map< String, dynamic> json) → GetOrCreateFeedRequest