ApsParserData class

Constructors

ApsParserData({required String location, List<String> descriptorsJsons = const [], bool isUserOpeningAppForTheFirstTime = false, bool isUserRestoringAppStateFromWebHistory = false})

Properties

descriptorsJsons List<String>
final
hashCode int
The hash code for this object.
no setterinherited
hasPageDescriptorsAvailableFromWebHistory bool
no setter
isUserOpeningAppForTheFirstTime bool
final
isUserRestoringAppStateFromWebHistory bool
final
location String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? location, List<String>? descriptorsJsons, bool? isUserOpeningAppForTheFirstTime, bool? isUserRestoringAppStateFromWebHistory}) ApsParserData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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