ModelDocumentIDsWithInformation constructor

ModelDocumentIDsWithInformation(
  1. RepositoryBase<ModelBase, EntityBase> repository,
  2. String label,
  3. List<String> documentIDs
)

Implementation

ModelDocumentIDsWithInformation(
    this.repository, String label, this.documentIDs)
    : super(label);