associatedDomains property

List<String> get associatedDomains

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

Implementation

List<String> get associatedDomains =>
    (_json[_kAssociatedDomainsKey] as List).cast<String>().toList();