associatedDomains property

List<String> associatedDomains

The associated domains of the iOS build of this Flutter project.

Implementation

List<String> get associatedDomains =>
    _json[_kAssociatedDomainsKey] as List<String>;