SubscriptionContentDetails class

Details about the content to witch a subscription refers.

Constructors

SubscriptionContentDetails({String? activityType, int? newItemCount, int? totalItemCount})
SubscriptionContentDetails.fromJson(Map json_)

Properties

activityType String?
The type of activity this subscription is for (only uploads, everything). Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newItemCount int?
The number of new items in the subscription since its content was last read.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItemCount int?
The approximate number of items that the subscription points to.
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