UniversalLinkSettings class

The universal link related settings of a iOS build of a Flutter project.

Constructors

UniversalLinkSettings.fromJson(String json)
factory

Properties

associatedDomains List<String>
The associated domains of the iOS build of this Flutter project.
final
bundleIdentifier String
The bundle identifier of the iOS build of this Flutter project.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamIdentifier String
The team identifier of the iOS build of this Flutter project.
final

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

Constants

empty → const UniversalLinkSettings
Used when the the server can't retrieve universal link settings.