darwinType property

  1. @Deprecated('Use `albumTypeEx.darwin.type` instead. ' 'This feature was deprecated after v3.1.0')
PMDarwinAssetCollectionType? darwinType
final

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

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

Implementation

@Deprecated(
  'Use `albumTypeEx.darwin.type` instead. '
  'This feature was deprecated after v3.1.0',
)
final PMDarwinAssetCollectionType? darwinType;