SystemInformation constructor
SystemInformation({
- required AttachmentData? binary,
- String? string,
Implementation
SystemInformation({
required this.binary,
this.string,
});