toJson method

Map<String, dynamic> toJson()

Return an unmodifiable Map to notate information of BiosInfo.

Implementation

Map<String, dynamic> toJson() => Map.unmodifiable(_$BiosInfoToJson(this));