toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (family != null) 'family': family!,
      if (firmwareVersion != null) 'firmwareVersion': firmwareVersion!,
      if (manufacturer != null) 'manufacturer': manufacturer!,
      if (specLevel != null) 'specLevel': specLevel!,
      if (tpmModel != null) 'tpmModel': tpmModel!,
      if (vendorSpecific != null) 'vendorSpecific': vendorSpecific!,
    };