ScreenViewResponse class

The ScreenViewResponse class represents a response object containing information about a screen view, including its audience, identifier, name, path, priority, version, and data.

Constructors

ScreenViewResponse.fromMap(Map map)
ScreenViewResponse.fromMap(Map map) is a named constructor that takes a Map as an argument and creates a new instance of ScreenViewResponse using the values from the Map.

Properties

audience ScreenViewAudience
final
createdAt DateTime
final
data Map<String, Object>
final
deletedAt DateTime?
final
descriptionText String?
final
hashCode int
The hash code for this object.
no setterinherited
hashString String
final
identifier String
final
name String
final
parentVersion String?
final
path String
final
priority int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
final
version String
final

Methods

asMap() Map
The function returns a map containing various properties of an object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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