targets property

List<String> get targets

The available targets for iOS build of this Flutter project.

Implementation

List<String> get targets => (_json[_kTargetsKey] as List).cast<String>();