empty static method

SystemInformationData empty()
override

create SystemInformationData Empty

Implementation

static SystemInformationData empty() {
  return SystemInformationData({});
}