AppLinkDataAppLinkInfo class
Constructors
- AppLinkDataAppLinkInfo({Image? appLogoImage, AppLinkDataAppLinkInfoAppTarget? appTarget, LocalizedString? description, LocalizedString? title})
- AppLinkDataAppLinkInfo.fromJson(Map json_)
Properties
- appLogoImage ↔ Image?
-
Optional image to be displayed in the App Link Module
getter/setter pair
- appTarget ↔ AppLinkDataAppLinkInfoAppTarget?
-
Url to follow when opening the App Link Module on clients.
getter/setter pair
- description ↔ LocalizedString?
-
String to be displayed in the description of the App Link Module Required
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?
-
String to be displayed in the title of the App Link Module Required
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