WebAppInfo class
Constructors
- WebAppInfo({required int launchId, required String url, dynamic extra, int? clientId})
-
Contains information about a Web App
const
-
WebAppInfo.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
- clientId → int?
-
clientId client identifier
final
- extra → dynamic
-
extra callback sign
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- launchId → int
-
launchId Unique identifier for the Web App launch
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
url A Web App URL to open in a web view
final
Methods
-
copyWith(
{int? launchId, String? url, dynamic extra, int? clientId}) → WebAppInfo -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String