getModelIdentifier

fnstring getModelIdentifier() @safe nothrow

Gets model identifier.

Returns

Model identifier string (e.g., "MacBookPro14,3").

Example:

auto model = getModelIdentifier();
writeln("Model: ", model);