clone method

  1. @override
MeshPhysicalMaterial clone()
override

Implementation

@override
MeshPhysicalMaterial clone() {
  return MeshPhysicalMaterial(<String, dynamic>{}).copy(this);
}