macUTIs property

  1. @Deprecated('Use uniformTypeIdentifiers instead')
List<String>? macUTIs

Returns the list of uniform type identifiers for this group

Implementation

@Deprecated('Use uniformTypeIdentifiers instead')
List<String>? get macUTIs => uniformTypeIdentifiers;