AttachmentsSource constructor
AttachmentsSource({
- AttachmentsSourceKey? key,
- String? name,
- List<
String> ? values,
Implementation
AttachmentsSource({
this.key,
this.name,
this.values,
});