ProfileSummary class

JSON template for an Analytics ProfileSummary.

ProfileSummary returns basic information (i.e., summary) for a profile.

Constructors

ProfileSummary({String? id, String? kind, String? name, bool? starred, String? type})
ProfileSummary.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
View (profile) ID.
getter/setter pair
kind String?
Resource type for Analytics ProfileSummary.
getter/setter pair
name String?
View (profile) name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starred bool?
Indicates whether this view (profile) is starred or not.
getter/setter pair
type String?
View (Profile) type.
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