productNameOrNull property

String? productNameOrNull

Returns the product name of the device or null if the product name is not found.

Implementation

String? get productNameOrNull => AppleProductName().lookupOrNull(model);