GetAppIdResult class

Constructors

GetAppIdResult({String? appId, String? recommendedId})
GetAppIdResult.fromJson(Map<String, dynamic> json)
factory

Properties

appId String?
App id, either from manifest's id attribute or computed from start_url
final
hashCode int
The hash code for this object.
no setterinherited
recommendedId String?
Recommendation for manifest's id attribute to match current id computed from start_url
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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