Material constructor
Material()
Implementation
Material() {
customProgramCacheKey = () {
return onBeforeCompile?.toString();
};
}
Material() {
customProgramCacheKey = () {
return onBeforeCompile?.toString();
};
}