RedirectlyAppInstallResponse class

App install response model for Redirectly

Constructors

RedirectlyAppInstallResponse({required bool matched, required String type, String? username, String? slug, RedirectlyAppInstallLink? link})
const
RedirectlyAppInstallResponse.fromJson(Map<String, dynamic> json)
Create from JSON response
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
Link details if matched and available
final
matched bool
Whether the install was matched to a deferred click
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
Slug if matched
final
type String
Install type - 'organic' or 'non-organic'
final
username String?
Username if matched
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert to JSON
toString() String
A string representation of this object.
override

Operators

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