AppLinkDataAppLinkInfo class
Constructors
- AppLinkDataAppLinkInfo({Image? appLogoImage, AppLinkDataAppLinkInfoAppTarget? appTarget, LocalizedString? description, LocalizedString? title})
- AppLinkDataAppLinkInfo.fromJson(Map json_)
Properties
- appLogoImage ↔ Image?
-
Image isn't supported in the app link module.
getter/setter pair
- appTarget ↔ AppLinkDataAppLinkInfoAppTarget?
-
Target to follow when opening the app link on clients.
getter/setter pair
- description ↔ LocalizedString?
-
Description isn't supported in the app link module.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ LocalizedString?
-
Title isn't supported in the app link module.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited