ScreenView class

The ScreenView class represents a screen view with various properties such as identifier, name, hashString, path, priority, audience information, data, createdAt and updatedAt timestamps.

Constructors

ScreenView.fromMap(Map map)
ScreenView.fromMap(Map map) is a named constructor that takes a Map as an argument and creates a new ScreenView object from the data in the map.

Properties

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

Methods

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