CoreInfo constructor

CoreInfo({
  1. ProcessorArchitecture architecture = ProcessorArchitecture.unknown,
  2. String name = '',
  3. int socket = 0,
  4. String vendor = '',
})

Implementation

CoreInfo(
    {this.architecture = ProcessorArchitecture.unknown,
    this.name = '',
    this.socket = 0,
    this.vendor = ''});