The immutableProperties method returns an array with all the public properties that are immutable.
immutableProperties
$productImmutableProperties = Product::immutableProperties(); // WILL RETURN [ 'name', ]
Last updated 1 year ago