darwinSubtype property

  1. @Deprecated('Use `albumTypeEx.darwin.subtype` instead. ' 'This feature was deprecated after v3.1.0')
PMDarwinAssetCollectionSubtype? darwinSubtype
final

The darwin collection subtype, in android, the value is always null.

If the albumType is 2, the value will be null.

Implementation

@Deprecated(
  'Use `albumTypeEx.darwin.subtype` instead. '
  'This feature was deprecated after v3.1.0',
)
final PMDarwinAssetCollectionSubtype? darwinSubtype;