CollectionContent.collection constructor

  1. @JsonKey(includeFromJson: false)
const CollectionContent.collection(
  1. Collection collection
)

Implementation

@JsonKey(includeFromJson: false)
const factory CollectionContent.collection(Collection collection) =
    _CollectionContentCollection;