collectionId property

  1. @JsonKey(name: 'collectionId', required: true)
String get collectionId
inherited

The collection's unique ID.

Implementation

@JsonKey(name: 'collectionId', required: true)
String get collectionId => throw _privateConstructorUsedError;