SystemInformation constructor Null safety

SystemInformation(
  1. {required AttachmentData? binary,
  2. String? string}
)

Implementation

SystemInformation({
  required this.binary,
  this.string,
});