AttachmentsSource constructor

AttachmentsSource({
  1. AttachmentsSourceKey? key,
  2. String? name,
  3. List<String>? values,
})

Implementation

AttachmentsSource({
  this.key,
  this.name,
  this.values,
});