MeshPhysicalMaterial.fromMap constructor

MeshPhysicalMaterial.fromMap([
  1. Map<String, dynamic>? parameters
])

Implementation

MeshPhysicalMaterial.fromMap([Map<String, dynamic>? parameters]):super.fromMap(parameters) {
  _init();
  setValuesFromString(parameters);
}