PeamanUserPartialUpdater class

Constructors

PeamanUserPartialUpdater({List<String>? searchKeys, int? feeds, int? photos, int? videos, int? followers, int? following, int? reactionsReceivedFromFeeds, int? commentsReceivedFromFeeds, int? repliesReceivedFromFeeds, int? sharesReceivedFromFeeds, int? viewsReceivedFromFeeds, int? onboardingStep, Map<String, dynamic> extraData = const {}})

Properties

commentsReceivedFromFeeds int?
getter/setter pair
extraData Map<String, dynamic>
getter/setter pair
feeds int?
getter/setter pair
followers int?
getter/setter pair
following int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onboardingStep int?
getter/setter pair
photos int?
getter/setter pair
reactionsReceivedFromFeeds int?
getter/setter pair
repliesReceivedFromFeeds int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchKeys List<String>?
getter/setter pair
sharesReceivedFromFeeds int?
getter/setter pair
videos int?
getter/setter pair
viewsReceivedFromFeeds int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNegativeUpdateJson() Map<String, dynamic>
toPositiveUpdateJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited