altoolType property

String get altoolType

--type for xcrun altool.

Implementation

String get altoolType => this == AscPlatform.ios ? 'ios' : 'macos';