get_kernel property

String? get get_kernel

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

String? get get_kernel {
  return kernelStatic.invoke(
    isUseStatic: is_use_static,
    onData: () {
      return sys_info.kernelInfo;
    },
  );
}