BiosInfo class final

A collection of BIOS data of the computer.

Annotations
  • @JsonSerializable()

Constructors

BiosInfo({required String? vendor, required String? version, required DateTime? releaseDate})
Construct a BIOS information of a device.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
releaseDate DateTime?
A DateTime when this BIOS version released at.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendor String?
Name of vandor who produces this BIOS chip.
final
version String?
BIOS version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Return an unmodifiable Map to notate information of BiosInfo.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited